Skip to content

Commit e5f5f0a

Browse files
disable datadog lock
1 parent 55c6107 commit e5f5f0a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mpcontribs-kernel-gateway/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ ENV PATH=/root/.local/bin:$PATH \
4141
DD_PROFILING_ENABLED=true \
4242
DD_LOGS_INJECTION=true \
4343
DD_TRACE_SAMPLE_RATE=1 \
44-
DD_TRACE_OTEL_ENABLED=false
44+
DD_TRACE_OTEL_ENABLED=false \
45+
DD_PROFILING_LOCK_ENABLED=false
4546

4647
EXPOSE 10100
4748
COPY make_seed.py .

0 commit comments

Comments
 (0)