Class TracingAssembly

java.lang.Object
io.opentelemetry.instrumentation.rxjava.v3_0.TracingAssembly

public final class TracingAssembly extends Object
RxJava3 library instrumentation.

In order to enable RxJava3 instrumentation one has to call the enable() method.

Instrumentation uses on*Assembly and on*Subscribe RxJavaPlugin hooks to wrap RxJava3 classes in their tracing equivalents.

Instrumentation can be disabled by calling the disable() method.