{
  "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.1.1,)"
  ],
  "library_link": "https://github.com/ReactiveX/RxJava/tree/3.x",
  "markdown_hash": "3fe2760c29d5",
  "name": "rxjava-3.1.1",
  "scope": {
    "name": "io.opentelemetry.rxjava-3.1.1"
  },
  "source_path": "instrumentation/rxjava/rxjava-3.1.1"
}