-
public interface TracerA class with Datadog tracer features.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetTraceId()Get the trace id of the active trace. abstract StringgetSpanId()Get the span id of the active span of the active trace. -
-
Method Detail
-
getTraceId
abstract String getTraceId()
Get the trace id of the active trace. Returns 0 if there is no active trace.
-
-
-
-