Skip to content

Commit e8488a2

Browse files
committed
remove application signals emf exporter from lambda layer
1 parent 6f8f0f5 commit e8488a2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lambda-layer/otel-instrument

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ export OTEL_LOGS_EXPORTER=${OTEL_LOGS_EXPORTER:-"none"}
2727
# Enable Application Signals by default if not specified
2828
export OTEL_AWS_APPLICATION_SIGNALS_ENABLED=${OTEL_AWS_APPLICATION_SIGNALS_ENABLED:-"true"}
2929

30-
if [ -z "${OTEL_METRICS_ADD_APPLICATION_SIGNALS_DIMENSIONS}" ]; then
31-
export OTEL_METRICS_ADD_APPLICATION_SIGNALS_DIMENSIONS="true"
32-
fi
33-
3430
# Append Lambda Resource Attributes to OTel Resource Attribute List
3531
LAMBDA_RESOURCE_ATTRIBUTES="cloud.region=$AWS_REGION,cloud.provider=aws,faas.name=$AWS_LAMBDA_FUNCTION_NAME,faas.version=$AWS_LAMBDA_FUNCTION_VERSION,faas.instance=$AWS_LAMBDA_LOG_STREAM_NAME,aws.log.group.names=$AWS_LAMBDA_LOG_GROUP_NAME";
3632
if [ -z "${OTEL_RESOURCE_ATTRIBUTES}" ]; then

0 commit comments

Comments
 (0)