We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff44638 commit 04ae6c7Copy full SHA for 04ae6c7
datadog_lambda/config.py
@@ -149,7 +149,8 @@ def _reset(self):
149
os.environ["DD_TRACE_COMPUTE_STATS"] = "false"
150
else:
151
logger.warning(
152
- "Detected DD_TRACE_COMPUTE_STATS and/or DD_TRACE_STATS_COMPUTATION_ENABLED. These envs should be disabled to avoid double counting Client Side Stats"
+ "Detected DD_TRACE_COMPUTE_STATS and/or DD_TRACE_STATS_COMPUTATION_ENABLED. \
153
+ These envs should be disabled to avoid double counting Client Side Stats"
154
)
155
156
if (
0 commit comments