Skip to content

Commit

Permalink
Merge branch 'main' into mtoff/dbstats-invalid-uds
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoffl01 committed May 2, 2024
2 parents ff3892a + 155ef2d commit b51feea
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 b51feea

Please sign in to comment.