Class TraceableRunnable
java.lang.Object
org.opensearch.telemetry.tracing.runnable.TraceableRunnable
- All Implemented Interfaces:
Runnable
Wraps the runnable and add instrumentation to trace the
Runnable-
Constructor Summary
ConstructorsConstructorDescriptionTraceableRunnable(Tracer tracer, SpanCreationContext spanCreationContext, Runnable runnable) Constructor. -
Method Summary