{
  "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 (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_2.11:[2.4.0,2.6)"
  ],
  "library_link": "https://www.playframework.com/",
  "name": "play-mvc-2.4",
  "scope": {
    "name": "io.opentelemetry.play-mvc-2.4"
  },
  "source_path": "instrumentation/play/play-mvc/play-mvc-2.4",
  "telemetry": [
    {
      "spans": [
        {
          "attributes": [],
          "span_kind": "INTERNAL"
        }
      ],
      "when": "otel.instrumentation.common.experimental.controller-telemetry.enabled=true"
    }
  ]
}