Class TracingAssembly
java.lang.Object
io.opentelemetry.instrumentation.rxjava.v3_0.TracingAssembly
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.
-
Method Summary
Modifier and TypeMethodDescriptionstatic TracingAssemblyBuilderbuilder()static TracingAssemblycreate()voiddisable()voidenable()
-
Method Details
-
create
-
builder
-
enable
public void enable() -
disable
public void disable()
-