Module: Datadog::Tracing::Metadata::Ext::Sampling

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

Constant Summary collapse

TAG_AGENT_RATE =
'_dd.agent_psr'
TAG_RULE_SAMPLE_RATE =

If rule sampling is applied to a span, set this metric the sample rate configured for that rule. This should be done regardless of sampling outcome.

'_dd.rule_psr'
TAG_RATE_LIMITER_RATE =

If rate limiting is checked on a span, set this metric the effective rate limiting rate applied. This should be done regardless of rate limiting outcome.

'_dd.limit_psr'
TAG_SAMPLE_RATE =
'_sample_rate'