-
public interface AgentSpan.Context
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceAgentSpan.Context.Extracted
-
Method Summary
Modifier and Type Method Description abstract DDTraceIdgetTraceId()Gets the TraceId of the span's trace. abstract longgetSpanId()Gets the SpanId. abstract AgentTracegetTrace()Get the span's trace. abstract intgetTraceSamplingPriority()Gets the trace sampling priority of the span's trace. abstract Iterable<Map.Entry<String, String>>baggageItems()abstract PathwayContextgetPathwayContext()voidmergePathwayContext(PathwayContext pathwayContext)-
-
Method Detail
-
getTraceId
abstract DDTraceId getTraceId()
Gets the TraceId of the span's trace.
-
getSpanId
abstract long getSpanId()
Gets the SpanId.
-
getTrace
abstract AgentTrace getTrace()
Get the span's trace.
-
getTraceSamplingPriority
abstract int getTraceSamplingPriority()
Gets the trace sampling priority of the span's trace.
Check PrioritySampling for possible values.
-
baggageItems
abstract Iterable<Map.Entry<String, String>> baggageItems()
-
getPathwayContext
abstract PathwayContext getPathwayContext()
-
mergePathwayContext
void mergePathwayContext(PathwayContext pathwayContext)
-
-
-
-