Module: Datadog::Tracing::Metadata::Ext::Distributed

Defined in:
lib/datadog/tracing/metadata/ext.rb

Overview

Tags related to distributed tracing

Constant Summary collapse

TAG_DECISION_MAKER =

What mechanism was used to make this trace's sampling decision.

See Also:

  • Sampling::Ext::Mechanism
'_dd.p.dm'
TAG_ORIGIN =
'_dd.origin'
TAG_SAMPLING_PRIORITY =
'_sampling_priority_v1'
TAGS_PREFIX =

Trace tags with this prefix will propagate from a trace through distributed tracing. Distributed headers tags with this prefix will be injected into the active trace.

'_dd.p.'
TID =

The distributed tag to carry hex encoded high order 64 bits of 127 bits trace id during the context restricted with 64 bits. Such as, Datadog propagation and messagepack encoding

'tid'
TAG_TID =
TAGS_PREFIX + TID