Class TracingAssembly

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

public final class TracingAssembly extends Object
RxJava2 library instrumentation.

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

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

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