We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c5378 commit a602679Copy full SHA for a602679
lambda-layer/otel-handler
@@ -18,4 +18,7 @@ fi
18
19
export OTEL_INSTRUMENTATION_AWS_LAMBDA_FLUSH_TIMEOUT=10000
20
21
+# Disable the Application Signals runtime metrics since we are on Lambda
22
+export OTEL_AWS_APPLICATION_SIGNALS_RUNTIME_ENABLED=false
23
+
24
exec "$@"
0 commit comments