Play MVC
OpenTelemetry Java agent instrumentation
This instrumentation enriches HTTP server spans with route information, and enables controller spans for Play Framework actions (controller spans are disabled by default).
- Name:
play-mvc-2.6 - Scope:
io.opentelemetry.play-mvc-2.6 - Target versions:
com.typesafe.play:play_$scalaVersion:[2.6.0,),com.typesafe.play:play_2.12:[2.6.0,),com.typesafe.play:play_2.13:[2.6.0,),org.playframework:play_3:[2.6.0,) - Library: https://www.playframework.com/
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
otel.instrumentation.common.experimental.controller-telemetry.enabled | boolean | false | Enables the creation of experimental controller spans. |