From 0713e9ead14c55f3164591910373c1fbbd800584 Mon Sep 17 00:00:00 2001 From: Diego Hurtado Date: Fri, 19 Jul 2024 16:15:48 -0600 Subject: [PATCH] Use xray_lambda in Python OTEL_PROPAGATORS Fixes #1445 --- python/src/otel/otel_sdk/otel-instrument | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/otel/otel_sdk/otel-instrument b/python/src/otel/otel_sdk/otel-instrument index 47c35d2da6..15dcef7fbc 100755 --- a/python/src/otel/otel_sdk/otel-instrument +++ b/python/src/otel/otel_sdk/otel-instrument @@ -103,7 +103,7 @@ fi # - Set the propagators if [[ -z "$OTEL_PROPAGATORS" ]]; then - export OTEL_PROPAGATORS="tracecontext,baggage,xray" + export OTEL_PROPAGATORS="tracecontext,baggage,xray,xray_lambda" fi # - Set the Resource Detectors (Resource Attributes)