Uses of Interface
io.datarouter.instrumentation.trace.Tracer
Packages that use Tracer
-
Uses of Tracer in io.datarouter.instrumentation.trace
Methods in io.datarouter.instrumentation.trace that return TracerModifier and TypeMethodDescriptionstatic TracerTracerThreadLocal.bindToThread(Tracer tracer) Tracer.createChildTracer()static TracerTracerThreadLocal.get()Methods in io.datarouter.instrumentation.trace that return types with arguments of type TracerMethods in io.datarouter.instrumentation.trace with parameters of type TracerModifier and TypeMethodDescriptionstatic voidTracerTool.appendToSpanInfo(Tracer tracer, String text) static voidTracerTool.appendToThreadInfo(Tracer tracer, String text) static TracerTracerThreadLocal.bindToThread(Tracer tracer) static voidTracerTool.finishSpan(Tracer tracer) static Optional<Traceparent>TracerTool.getTraceparent(Tracer tracer) static TraceSpanFinisherTracerTool.startSpan(Tracer tracer, String name, TraceSpanGroupType groupType) Constructors in io.datarouter.instrumentation.trace with parameters of type Tracer