Skip to content

Commit

Permalink
Merge pull request #70 from DataDog/anmarchenko/disable_128bit_trace_ids
Browse files Browse the repository at this point in the history
disable 128-bit trace id generation in CI mode
  • Loading branch information
anmarchenko authored Nov 22, 2023
2 parents a1d2e4b + c7addae commit 1d01489
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/datadog/ci/configuration/components.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ def activate_ci!(settings)
# Deactivate remote configuration
settings.remote.enabled = false

# do not use 128-bit trace ids for CI visibility
# they are used for OTEL compatibility in Datadog tracer
settings.tracing.trace_id_128_bit_generation_enabled = false

# Activate underlying tracing test mode
settings.tracing.test_mode.enabled = true

Expand Down

0 comments on commit 1d01489

Please sign in to comment.