Uses of Interface
io.datarouter.instrumentation.trace.Tracer
| Package | Description |
|---|---|
| io.datarouter.instrumentation.trace |
-
Uses of Tracer in io.datarouter.instrumentation.trace
Methods in io.datarouter.instrumentation.trace that return Tracer Modifier and Type Method Description static TracerTracerThreadLocal. bindToThread(Tracer tracer)TracerTracer. createChildTracer()static TracerTracerThreadLocal. get()Methods in io.datarouter.instrumentation.trace with parameters of type Tracer Modifier and Type Method Description static voidTracerTool. appendToSpanInfo(Tracer tracer, String text)static voidTracerTool. appendToThreadInfo(Tracer tracer, String text)static TracerTracerThreadLocal. bindToThread(Tracer tracer)static voidTracerTool. createAndStartThread(Tracer tracer, String name, long queueTimeMs)static voidTracerTool. createThread(Tracer tracer, String name, long queueTimeMs)static voidTracerTool. finishSpan(Tracer tracer)static voidTracerTool. finishThread(Tracer tracer)static StringTracerTool. getTraceId(Tracer tracer)static TraceSpanFinisherTracerTool. startSpan(Tracer tracer, String name)Constructors in io.datarouter.instrumentation.trace with parameters of type Tracer Constructor Description TraceSpanFinisher(Tracer tracer)