Package 

Interface Tracer


  • 
    public interface Tracer
    
                        

    A class with Datadog tracer features.

    • Method Summary

      Modifier and Type Method Description
      abstract String getTraceId() Get the trace id of the active trace.
      abstract String getSpanId() Get the span id of the active span of the active trace.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getTraceId

         abstract String getTraceId()

        Get the trace id of the active trace. Returns 0 if there is no active trace.

      • getSpanId

         abstract String getSpanId()

        Get the span id of the active span of the active trace. Returns 0 if there is no active trace.