Skip to content

Commit d7739b1

Browse files
committed
Revert "fix: disable remote configuration by default in Lambda"
This reverts commit 12362a5.
1 parent 12362a5 commit d7739b1

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

datadog_lambda/config.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,6 @@ def _reset(self):
141141
"enabled" if config.fips_mode_enabled else "not enabled",
142142
)
143143

144-
# Remote configuration relies on /dev/shm which is unavailable in Lambda.
145-
# Disable it before ddtrace loads to avoid the shared-memory warning.
146-
if "DD_REMOTE_CONFIGURATION_ENABLED" not in os.environ:
147-
os.environ["DD_REMOTE_CONFIGURATION_ENABLED"] = "false"
148-
149144
# disable css to prevent double counting in lambda
150145
os.environ["DD_TRACE_STATS_COMPUTATION_ENABLED"] = "false"
151146

0 commit comments

Comments
 (0)