RxJava
OpenTelemetry Java agent instrumentation
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.
- Name:
rxjava-2.0 - Scope:
io.opentelemetry.rxjava-2.0 - Target versions:
io.reactivex.rxjava2:rxjava:[2.0.6,) - Library: https://github.com/ReactiveX/RxJava/tree/2.x
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
otel.instrumentation.rxjava.experimental-span-attributes | boolean | false | Enables the experimental span attribute rxjava.canceled. |