Package 

Class OtelExtractedContext

  • All Implemented Interfaces:
    com.datadog.trace.bootstrap.instrumentation.api.AgentSpan.Context

    
    public class OtelExtractedContext
     implements AgentSpan.Context
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final DDTraceId traceId
      private final long spanId
    • Method Summary

      Modifier and Type Method Description
      DDTraceId getTraceId()
      long getSpanId()
      static AgentSpan.Context extract(Context context, InternalLogger logger)
      AgentTrace getTrace()
      int getSamplingPriority()
      Iterable<Map.Entry<String, String>> baggageItems()
      PathwayContext getPathwayContext()
      • Methods inherited from class com.datadog.trace.bootstrap.instrumentation.api.AgentSpan.Context

        baggageItems, getPathwayContext, getSamplingPriority, getSpanId, getTrace, getTraceId, mergePathwayContext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait