{
  "configurations": [
    {
      "declarative_name": "java.rxjava.experimental_span_attributes/development",
      "default": false,
      "description": "Enables the experimental span attribute `rxjava.canceled`.",
      "name": "otel.instrumentation.rxjava.experimental-span-attributes",
      "type": "boolean"
    }
  ],
  "description": "This instrumentation enables context propagation for RxJava 3 reactive streams and adds support for @WithSpan annotations on methods that return RxJava 3 types. It does not emit any telemetry on its own.",
  "display_name": "RxJava",
  "features": [
    "CONTEXT_PROPAGATION"
  ],
  "has_javaagent": true,
  "has_standalone_library": true,
  "javaagent_target_versions": [
    "io.reactivex.rxjava3:rxjava:[3.0.0,3.1.0]"
  ],
  "library_link": "https://github.com/ReactiveX/RxJava/tree/3.x",
  "name": "rxjava-3.0",
  "scope": {
    "name": "io.opentelemetry.rxjava-3.0"
  },
  "source_path": "instrumentation/rxjava/rxjava-3.0"
}