{
  "configurations": [
    {
      "declarative_name": "java.common.controller_telemetry/development.enabled",
      "default": false,
      "description": "Enables the creation of experimental controller spans.",
      "name": "otel.instrumentation.common.experimental.controller-telemetry.enabled",
      "type": "boolean"
    }
  ],
  "description": "This instrumentation enriches HTTP server spans with route information, and enables controller spans for Play Framework actions (controller spans are disabled by default).",
  "display_name": "Play MVC",
  "features": [
    "HTTP_ROUTE",
    "CONTROLLER_SPANS"
  ],
  "has_javaagent": true,
  "javaagent_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_link": "https://www.playframework.com/",
  "name": "play-mvc-2.6",
  "scope": {
    "name": "io.opentelemetry.play-mvc-2.6"
  },
  "source_path": "instrumentation/play/play-mvc/play-mvc-2.6",
  "telemetry": [
    {
      "spans": [
        {
          "attributes": [],
          "span_kind": "INTERNAL"
        }
      ],
      "when": "otel.instrumentation.common.experimental.controller-telemetry.enabled=true"
    }
  ]
}