Skip to content

Commit 4bf907f

Browse files
authored
Add baggage propagator (#308)
*Description of changes:* Adding baggage propagator to be consistent with Javascript Instrumentation By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
2 parents 768c90a + 76d604e commit 4bf907f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-layer/src/otel-instrument

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ fi
9595
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";
9696

9797
if [ -z ${OTEL_PROPAGATORS} ]; then
98-
export OTEL_PROPAGATORS="xray,tracecontext,b3,b3multi"
98+
export OTEL_PROPAGATORS="xray,tracecontext,baggage,b3,b3multi"
9999
fi
100100

101101
if [ -z "${OTEL_AWS_APPLICATION_SIGNALS_ENABLED}" ]; then

0 commit comments

Comments
 (0)