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.
2 parents d367171 + 825fe58 commit 1324d32Copy full SHA for 1324d32
lambda-layer/src/otel-instrument
@@ -107,6 +107,7 @@ if [ "${OTEL_AWS_APPLICATION_SIGNALS_ENABLED}" = "true" ]; then
107
if [ -z "${OTEL_METRICS_EXPORTER}" ]; then
108
export OTEL_METRICS_EXPORTER="none";
109
fi
110
+ export LAMBDA_RESOURCE_ATTRIBUTES="aws.pulse.over.midlina=true,${LAMBDA_RESOURCE_ATTRIBUTES}"
111
112
113
# - If Application Signals is disabled
0 commit comments