Skip to content

Commit

Permalink
adds more RC configs
Browse files Browse the repository at this point in the history
  • Loading branch information
zarirhamza committed Sep 4, 2024
1 parent ae50107 commit 00dc6aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/datadog/tracing/remote.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ class << self
PRODUCT = 'APM_TRACING'

CAPABILITIES = [
1 << 29 # APM_TRACING_SAMPLE_RULES: Dynamic trace sampling rules configuration
1 << 12, # APM_TRACING_SAMPLE_RATE: Dynamic trace sampling rate configuration
1 << 13, # APM_TRACING_LOGS_INJECTION: Dynamic trace logs injection configuration
1 << 14, # APM_TRACING_HTTP_HEADER_TAGS: Dynamic trace HTTP header tags configuration
1 << 29, # APM_TRACING_SAMPLE_RULES: Dynamic trace sampling rules configuration
].freeze

def products
Expand Down

0 comments on commit 00dc6aa

Please sign in to comment.