From faa9861faa9e62013b0eeb0149d93f9ecfb880ef Mon Sep 17 00:00:00 2001 From: Lei Wang <66336933+wangzlei@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:37:52 -0700 Subject: [PATCH] revert #266 --- lambda-layer/src/otel-instrument | 1 - 1 file changed, 1 deletion(-) diff --git a/lambda-layer/src/otel-instrument b/lambda-layer/src/otel-instrument index 2735f500c..402d95d8d 100755 --- a/lambda-layer/src/otel-instrument +++ b/lambda-layer/src/otel-instrument @@ -107,7 +107,6 @@ 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