From 2595157cd1946c1bb2e0d16b45fed5a73a3ced6a Mon Sep 17 00:00:00 2001 From: liustve Date: Tue, 7 Jan 2025 23:15:27 +0000 Subject: [PATCH] added baggage propagator --- 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 9f731736..f0a50d11 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,b3,b3multi" + export OTEL_PROPAGATORS="xray,tracecontext,baggage,b3,b3multi" fi if [ -z "${OTEL_AWS_APPLICATION_SIGNALS_ENABLED}" ]; then