From 182786173da9ea63f14cae5442f328465a8badd3 Mon Sep 17 00:00:00 2001 From: Lei Wang <66336933+wangzlei@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:51:25 -0700 Subject: [PATCH] revert #266 (#268) *Description of changes:* revert https://github.com/aws-observability/aws-otel-python-instrumentation/pull/266 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- 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