From 1efbf926faed02ad814102fb527ff0855d54f8d8 Mon Sep 17 00:00:00 2001 From: ZStriker19 Date: Fri, 10 Jan 2025 13:08:49 -0500 Subject: [PATCH] add DD_TRACE_PROPAGATION_BEHAVIOR_EXTRACT --- tests/telemetry_intake/static/config_norm_rules.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/telemetry_intake/static/config_norm_rules.json b/tests/telemetry_intake/static/config_norm_rules.json index d8b082e349..9a68e84a56 100644 --- a/tests/telemetry_intake/static/config_norm_rules.json +++ b/tests/telemetry_intake/static/config_norm_rules.json @@ -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", @@ -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", @@ -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",