File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
tracer/src/Datadog.Trace/Configuration Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ namespace Datadog.Trace.Configuration
1414 /// </summary>
1515 internal static partial class ConfigurationKeys
1616 {
17+ /// <summary>
18+ /// Configuration key to enable or disable the ActivityListener.
19+ /// </summary>
20+ public const string ActivityListenerEnabled = "DD_TRACE_ACTIVITY_LISTENER_ENABLED" ;
21+
1722 /// <summary>
1823 /// Configuration key to enable experimental features.
1924 /// </summary>
@@ -961,7 +966,7 @@ internal static class DataStreamsMonitoring
961966 /// Configuration key for enabling legacy binary headers in Data Streams Monitoring.
962967 /// false by default if DSM is in default state, true otherwise
963968 /// </summary>
964- /// <see cref="TracerSettings.IsDataStreamsLegacyHeadersEnabled"/>
969+ /// <see cref="TracerSettings.IsDataStreamsLegacyHeadersEnabled"/>
965970 public const string LegacyHeadersEnabled = "DD_DATA_STREAMS_LEGACY_HEADERS" ;
966971 }
967972 }
Original file line number Diff line number Diff line change 160160 "DD_THIRD_PARTY_DETECTION_INCLUDES" : { "version" : [" A" ] },
161161 "DD_TRACE_128_BIT_TRACEID_GENERATION_ENABLED" : { "version" : [" A" ] },
162162 "DD_TRACE_128_BIT_TRACEID_LOGGING_ENABLED" : { "version" : [" A" ] },
163+ "DD_TRACE_ACTIVITY_LISTENER_ENABLED" : { "version" : [" A" ] },
163164 "DD_TRACE_AGENT_ARGS" : { "version" : [" A" ] },
164165 "DD_TRACE_AGENT_PATH" : { "version" : [" A" ] },
165166 "DD_TRACE_AGENT_PORT" : { "version" : [" A" ] },
263264 "DD_TAGS" : [" DD_TRACE_GLOBAL_TAGS" ],
264265 "DD_TRACE_AGENT_PORT" : [" DATADOG_TRACE_AGENT_PORT" ],
265266 "DD_TRACE_CONFIG_FILE" : [" DD_DOTNET_TRACER_CONFIG_FILE" ],
266- "DD_TRACE_OTEL_ENABLED" : [" DD_TRACE_ACTIVITY_LISTENER_ENABLED" ],
267267 "DD_TRACE_PROPAGATION_STYLE_EXTRACT" : [" DD_PROPAGATION_STYLE_EXTRACT" ],
268268 "DD_TRACE_PROPAGATION_STYLE_INJECT" : [" DD_PROPAGATION_STYLE_INJECT" ],
269269 "DD_TRACE_LOG_DIRECTORY" : [" DD_TRACE_LOG_PATH" ],
You can’t perform that action at this time.
0 commit comments