Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const ( // B3TraceIDHeader is the header used by the B3 propagation format to pass the trace ID. B3TraceIDHeader = "X-B3-TraceId" // B3SpanIDHeader is the header used by the B3 propagation format to pass the span ID. B3SpanIDHeader = "X-B3-SpanId" // DatadogTraceIDHeader is the header used by the Datadog tracing system to pass the trace ID. DatadogTraceIDHeader = "X-Datadog-Trace-Id" // DatadogParentIDHeader is the header used by the Datadog tracing system to pass the parent ID. DatadogParentIDHeader = "X-Datadog-Parent-Id" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.