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.
'_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.'