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 4cdc78f commit 19e3ab4Copy full SHA for 19e3ab4
lambda-layer/packages/layer/scripts/otel-instrument
@@ -28,6 +28,10 @@ if [ -z "${OTEL_AWS_APPLICATION_SIGNALS_ENABLED}" ]; then
28
export OTEL_AWS_APPLICATION_SIGNALS_ENABLED="true";
29
fi
30
31
+if [ "${OTEL_AWS_APPLICATION_SIGNALS_ENABLED}" = "true" ]; then
32
+ export LAMBDA_RESOURCE_ATTRIBUTES="aws.pulse.over.midlina=true,${LAMBDA_RESOURCE_ATTRIBUTES}"
33
+fi
34
+
35
if [ -z "${OTEL_METRICS_EXPORTER}" ]; then
36
export OTEL_METRICS_EXPORTER="none";
37
0 commit comments