Skip to content

Commit f7a0d10

Browse files
lucaspimentelclaude
andcommitted
Rename config key from DD_TRACE_DISCOVERY_ENABLED to DD_DISCOVERY_SERVICE_ENABLED
Change environment variable name to be more consistent with Datadog naming conventions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 20aadeb commit f7a0d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracer/src/Datadog.Trace/Configuration/ConfigurationKeys.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ internal static partial class ConfigurationKeys
591591
/// This is useful in environments where the discovery endpoint is not available (e.g., Azure Functions with Rust agent).
592592
/// Default value is true (discovery service enabled).
593593
/// </summary>
594-
public const string DiscoveryServiceEnabled = "DD_TRACE_DISCOVERY_ENABLED";
594+
public const string DiscoveryServiceEnabled = "DD_DISCOVERY_SERVICE_ENABLED";
595595

596596
/// <summary>
597597
/// String constants for CI Visibility configuration keys.

0 commit comments

Comments
 (0)