-
public final class TraceContextThe context of a trace to be propagated through the OkHttp requests for Datadog tracing.
-
-
Constructor Summary
Constructors Constructor Description TraceContext(String traceId, String spanId, Integer samplingPriority)
-
Method Summary
Modifier and Type Method Description final StringgetTraceId()The trace id. final StringgetSpanId()The span id. final IntegergetSamplingPriority()The sampling priority. -
-
Method Detail
-
getTraceId
final String getTraceId()
The trace id.
-
getSamplingPriority
final Integer getSamplingPriority()
The sampling priority.
-
-
-
-