Class NoOpTraceMetadata

  • All Implemented Interfaces:
    com.newrelic.api.agent.TraceMetadata

    public class NoOpTraceMetadata
    extends java.lang.Object
    implements com.newrelic.api.agent.TraceMetadata
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSpanId()  
      java.lang.String getTraceId()  
      boolean isSampled()  
      • Methods inherited from class java.lang.Object

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

      • getTraceId

        public java.lang.String getTraceId()
        Specified by:
        getTraceId in interface com.newrelic.api.agent.TraceMetadata
      • getSpanId

        public java.lang.String getSpanId()
        Specified by:
        getSpanId in interface com.newrelic.api.agent.TraceMetadata
      • isSampled

        public boolean isSampled()
        Specified by:
        isSampled in interface com.newrelic.api.agent.TraceMetadata