Uses of Enum Class
io.datarouter.instrumentation.trace.TraceSpanGroupType
Packages that use TraceSpanGroupType
-
Uses of TraceSpanGroupType in io.datarouter.instrumentation.trace
Fields in io.datarouter.instrumentation.trace declared as TraceSpanGroupTypeMethods in io.datarouter.instrumentation.trace that return TraceSpanGroupTypeModifier and TypeMethodDescriptionstatic TraceSpanGroupTypeReturns the enum constant of this class with the specified name.static TraceSpanGroupType[]TraceSpanGroupType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.datarouter.instrumentation.trace with parameters of type TraceSpanGroupTypeModifier and TypeMethodDescriptionstatic voidTracerTool.addSpan(String name, TraceSpanGroupType groupType, long endTimeNs, long durationNs) voidTracer.startSpan(String name, TraceSpanGroupType groupType, long createdTimeNs) static TraceSpanFinisherTracerTool.startSpan(Tracer tracer, String name, TraceSpanGroupType groupType) static TraceSpanFinisherTracerTool.startSpan(String name, TraceSpanGroupType groupType) Constructors in io.datarouter.instrumentation.trace with parameters of type TraceSpanGroupTypeModifierConstructorDescriptionTrace2SpanDto(Traceparent traceparent, Long parentThreadId, Integer sequence, Integer parentSequence, String name, TraceSpanGroupType groupType, Long created) Trace2SpanDto(Traceparent traceparent, Long parentThreadId, Integer sequence, Integer parentSequence, String name, TraceSpanGroupType groupType, String info, Long created, Long ended)