Skip to content

Commit

Permalink
Merge branch 'main' into new-resources
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyuan-he authored Sep 30, 2024
2 parents d367171 + 825fe58 commit 1324d32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lambda-layer/src/otel-instrument
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ if [ "${OTEL_AWS_APPLICATION_SIGNALS_ENABLED}" = "true" ]; then
if [ -z "${OTEL_METRICS_EXPORTER}" ]; then
export OTEL_METRICS_EXPORTER="none";
fi
export LAMBDA_RESOURCE_ATTRIBUTES="aws.pulse.over.midlina=true,${LAMBDA_RESOURCE_ATTRIBUTES}"
fi

# - If Application Signals is disabled
Expand Down

0 comments on commit 1324d32

Please sign in to comment.