We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c441931 commit 692503cCopy full SHA for 692503c
datadog_lambda/config.py
@@ -146,13 +146,6 @@ def _reset(self):
146
if "DD_REMOTE_CONFIGURATION_ENABLED" not in os.environ:
147
os.environ["DD_REMOTE_CONFIGURATION_ENABLED"] = "false"
148
149
-# disable css to prevent double counting in lambda
150
-os.environ["DD_TRACE_STATS_COMPUTATION_ENABLED"] = "false"
151
-
152
-# unset css aliases to ensure it is disabled
153
-if "DD_TRACE_COMPUTE_STATS" in os.environ:
154
- del os.environ["DD_TRACE_COMPUTE_STATS"]
155
156
if (
157
"DD_INSTRUMENTATION_TELEMETRY_ENABLED" not in os.environ
158
and not config.sca_enabled
0 commit comments