{
  "configurations": [
    {
      "declarative_name": "java.opentelemetry_extension_annotations.exclude_methods",
      "default": "",
      "description": "All methods to be excluded from auto-instrumentation by annotation-based advices.",
      "examples": [
        "com.example.MyClass[method1,method2]",
        "com.example.MyClass[method1];com.example.OtherClass[method2]"
      ],
      "name": "otel.instrumentation.opentelemetry-annotations.exclude-methods",
      "type": "string"
    }
  ],
  "description": "Instruments methods annotated with OpenTelemetry extension annotations, such as @WithSpan and @SpanAttribute.",
  "display_name": "OpenTelemetry Extension Annotations",
  "has_javaagent": true,
  "javaagent_target_versions": [
    "io.opentelemetry:opentelemetry-extension-annotations:[0.16.0,)"
  ],
  "name": "opentelemetry-extension-annotations-1.0",
  "scope": {
    "name": "io.opentelemetry.opentelemetry-extension-annotations-1.0"
  },
  "source_path": "instrumentation/opentelemetry-extension-annotations-1.0"
}