Skip to content

Commit

Permalink
[v1.63.1] internal: Fixing _dd.p.dm decision maker collision on numbe…
Browse files Browse the repository at this point in the history
…r 10 (#2673)

Co-authored-by: Yuanyuan Zhao <yuanyuan.zhao@datadoghq.com>
  • Loading branch information
darccio and yuanyuanzhao3 committed Apr 26, 2024
1 parent ef74ecf commit 2186201
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/samplernames/samplernames.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ const (
// span sampling rules.
SingleSpan SamplerName = 8
// Sampler name 9 is reserved/used by OTel ingestion.
// Sampler name 10 is reserved for Data jobs (spark, databricks etc)
// RemoteUserRule specifies that the span was sampled by a rule the user configured remotely
// through Datadog UI.
RemoteUserRule SamplerName = 10
RemoteUserRule SamplerName = 11
// RemoteDynamicRule specifies that the span was sampled by a rule configured by Datadog
// Dynamic Sampling.
RemoteDynamicRule SamplerName = 11
RemoteDynamicRule SamplerName = 12
)

0 comments on commit 2186201

Please sign in to comment.