We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651af0c commit b9a5628Copy full SHA for b9a5628
tracer/test/Datadog.Trace.Tests/Telemetry/ConfigurationTests.cs
@@ -58,6 +58,8 @@ public class ConfigurationTests
58
"DD_INSTRUMENTATION_INSTALL_TIME",
59
"DD_INJECTION_ENABLED",
60
"DD_INJECT_FORCE",
61
+ // deprecated alias
62
+ "DATADOG_TRACE_AGENT_HOSTNAME_OPTIMIZED"
63
};
64
65
// These are the keys that are used in the integration registry which are _not_ sent to telemetry, so we can ignore them
0 commit comments