Skip to content

Commit

Permalink
add DD_TRACE_PROPAGATION_BEHAVIOR_EXTRACT to allowed list of telemetr…
Browse files Browse the repository at this point in the history
…y config payload (#3801)
  • Loading branch information
ZStriker19 authored Jan 10, 2025
1 parent 256eb52 commit 0d3c7ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/telemetry_intake/static/config_norm_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@
"DD_TRACE_PEER_SERVICE_MAPPING": "trace_peer_service_mapping",
"DD_TRACE_PIPE_NAME": "trace_agent_named_pipe",
"DD_TRACE_PIPE_TIMEOUT_MS": "trace_agent_named_pipe_timeout_ms",
"DD_TRACE_PROPAGATION_BEHAVIOR_EXTRACT": "trace_propagation_behavior_extract",
"DD_TRACE_PROPAGATION_EXTRACT_FIRST": "trace_propagation_extract_first",
"DD_TRACE_PROPAGATION_STYLE": "trace_propagation_style",
"DD_TRACE_PROPAGATION_STYLE_EXTRACT": "trace_propagation_style_extract",
Expand Down Expand Up @@ -738,6 +739,7 @@
"trace.play.report-http-status": "trace_play_report_http_status",
"trace.propagate_service": "trace_propagate_service",
"trace.propagate_user_id_default": "trace_propagate_user_id_default_enabled",
"trace.propagation_behavior_extract": "trace_propagation_style_extract",
"trace.propagation_extract_first": "trace_propagation_extract_first",
"trace.propagation_style": "trace_propagation_style",
"trace.propagation_style_extract": "trace_propagation_style_extract",
Expand Down Expand Up @@ -790,6 +792,7 @@
"traceEnabled": "trace_enabled",
"traceId128BitGenerationEnabled": "trace_128_bits_id_enabled",
"traceId128BitLoggingEnabled": "trace_128_bits_id_logging_enabled",
"tracePropagationBehaviorExtract": "trace_propagation_style_extract",
"tracePropagationExtractFirst": "trace_propagation_extract_first",
"tracePropagationStyle,otelPropagators": "trace_propagation_style_otel_propagators",
"tracePropagationStyle.extract": "trace_propagation_style_extract",
Expand Down

0 comments on commit 0d3c7ea

Please sign in to comment.