{
  "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 2 reactive streams and adds support for @WithSpan annotations on methods that return RxJava 2 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.rxjava2:rxjava:[2.0.6,)"
  ],
  "library_link": "https://github.com/ReactiveX/RxJava/tree/2.x",
  "markdown_hash": "74c683fe6342",
  "name": "rxjava-2.0",
  "scope": {
    "name": "io.opentelemetry.rxjava-2.0"
  },
  "source_path": "instrumentation/rxjava/rxjava-2.0"
}