Skip to content

Commit c9757cc

Browse files
committed
Revert "Merge pull request #2510 from DataDog/w3cphase2-headers"
This reverts commit 30bd097, reversing changes made to d2d9d2f.
1 parent 30bd097 commit c9757cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ext/configuration.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ enum ddtrace_sampling_rules_format {
131131
CONFIG(BOOL, DD_TRACE_PEER_SERVICE_DEFAULTS_ENABLED, "false") \
132132
CONFIG(BOOL, DD_TRACE_REMOVE_INTEGRATION_SERVICE_NAMES_ENABLED, "false") \
133133
CONFIG(BOOL, DD_TRACE_PROPAGATE_SERVICE, "false") \
134-
CALIAS(SET_LOWERCASE, DD_TRACE_PROPAGATION_STYLE_EXTRACT, "datadog,tracecontext,B3,B3 single header", \
134+
CALIAS(SET_LOWERCASE, DD_TRACE_PROPAGATION_STYLE_EXTRACT, "tracecontext,Datadog,B3,B3 single header", \
135135
CALIASES("DD_PROPAGATION_STYLE_EXTRACT")) \
136-
CALIAS(SET_LOWERCASE, DD_TRACE_PROPAGATION_STYLE_INJECT, "datadog,tracecontext", \
136+
CALIAS(SET_LOWERCASE, DD_TRACE_PROPAGATION_STYLE_INJECT, "tracecontext,Datadog", \
137137
CALIASES("DD_PROPAGATION_STYLE_INJECT")) \
138-
CONFIG(SET_LOWERCASE, DD_TRACE_PROPAGATION_STYLE, "datadog,tracecontext") \
138+
CONFIG(SET_LOWERCASE, DD_TRACE_PROPAGATION_STYLE, "tracecontext,Datadog") \
139139
CONFIG(SET, DD_TRACE_TRACED_INTERNAL_FUNCTIONS, "") \
140140
CONFIG(INT, DD_TRACE_AGENT_TIMEOUT, DD_CFG_EXPSTR(DD_TRACE_AGENT_TIMEOUT_VAL), \
141141
.ini_change = zai_config_system_ini_change) \

tests/ext/integrations/curl/distributed_tracing_curl_drop_dm.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DD_TRACE_LOG_LEVEL=info,startup=off
1010
DD_TRACE_GENERATE_ROOT_SPAN=0
1111
HTTP_TRACEPARENT=00-00000012345678907890123456789012-1234567890123456-00
1212
HTTP_TRACESTATE=foo=1,dd=s:1;t.dm:-0;t.usr.id:baz64~~;t.url:http://localhost
13-
DD_PROPAGATION_STYLE=datadog,tracecontext
13+
DD_PROPAGATION_STYLE=tracecontext,Datadog
1414
--FILE--
1515
<?php
1616
include 'curl_helper.inc';

0 commit comments

Comments
 (0)