{
  "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"
    },
    {
      "declarative_name": "java.jaxrs.experimental_span_attributes/development",
      "default": false,
      "description": "Enables the experimental `jaxrs.canceled` span attribute.",
      "name": "otel.instrumentation.jaxrs.experimental-span-attributes",
      "type": "boolean"
    }
  ],
  "description": "This instrumentation enriches HTTP server spans with route information, and enables controller spans for JAX-RS annotated methods (controller spans are disabled by default).",
  "disabled_by_default": true,
  "display_name": "JAX-RS 3.x",
  "features": [
    "HTTP_ROUTE",
    "CONTROLLER_SPANS"
  ],
  "has_javaagent": true,
  "javaagent_target_versions": [
    "jakarta.ws.rs:jakarta.ws.rs-api:[3.0.0,)"
  ],
  "library_link": "https://jakarta.ee/specifications/restful-ws/3.0/",
  "name": "jaxrs-3.0-annotations",
  "scope": {
    "name": "io.opentelemetry.jaxrs-3.0-annotations"
  },
  "source_path": "instrumentation/jaxrs/jaxrs-3.0/jaxrs-3.0-annotations",
  "telemetry": [
    {
      "spans": [
        {
          "attributes": [
            {
              "name": "code.function",
              "type": "STRING"
            },
            {
              "name": "code.namespace",
              "type": "STRING"
            }
          ],
          "span_kind": "INTERNAL"
        }
      ],
      "when": "default"
    }
  ]
}