Skip to content

Commit a602679

Browse files
committed
disable runtime metrics
1 parent c7c5378 commit a602679

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lambda-layer/otel-handler

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ fi
1818

1919
export OTEL_INSTRUMENTATION_AWS_LAMBDA_FLUSH_TIMEOUT=10000
2020

21+
# Disable the Application Signals runtime metrics since we are on Lambda
22+
export OTEL_AWS_APPLICATION_SIGNALS_RUNTIME_ENABLED=false
23+
2124
exec "$@"

0 commit comments

Comments
 (0)