From f9772ee0294904a334e076f580441c1526120c1d Mon Sep 17 00:00:00 2001 From: Prashant Srivastava <50466688+srprash@users.noreply.github.com> Date: Wed, 9 Jul 2025 16:41:06 -0700 Subject: [PATCH] Update propagator order for Lambda layer --- lambda-layer/src/otel-instrument | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda-layer/src/otel-instrument b/lambda-layer/src/otel-instrument index f0a50d117..6965ba12d 100755 --- a/lambda-layer/src/otel-instrument +++ b/lambda-layer/src/otel-instrument @@ -95,7 +95,7 @@ fi export 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"; if [ -z ${OTEL_PROPAGATORS} ]; then - export OTEL_PROPAGATORS="xray,tracecontext,baggage,b3,b3multi" + export OTEL_PROPAGATORS="baggage,xray,tracecontext" fi if [ -z "${OTEL_AWS_APPLICATION_SIGNALS_ENABLED}" ]; then