{
  "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 Apache CXF JAX-WS web services (controller spans are disabled by default).",
  "display_name": "Apache CXF 3.x JAX-WS",
  "features": [
    "HTTP_ROUTE",
    "CONTROLLER_SPANS"
  ],
  "has_javaagent": true,
  "javaagent_target_versions": [
    "org.apache.cxf:cxf-rt-frontend-jaxws:[3.0.0,)"
  ],
  "library_link": "https://cxf.apache.org/",
  "name": "jaxws-2.0-cxf-3.0",
  "scope": {
    "name": "io.opentelemetry.jaxws-2.0-cxf-3.0"
  },
  "source_path": "instrumentation/jaxws/jaxws-2.0-cxf-3.0"
}