You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I'm running into an issue where, despite having BaggageSpanProcessor set up, and seeing the baggage headers in RabbitMQ, I don't see them propagated to spans. I do have the W3C baggage propagator on as well (by using the OTEL_PROPAGATORS envar).
Is the intended behaviour to use CurrentBaggage to manually set up span attributes, or should I expect the span processor to get them from headers correctly?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've followed all the setup suggestions here for setting up a couple of keyvalues for baggage (https://faststream.ag2.ai/latest/getting-started/observability/opentelemetry/baggage/).
However, I'm running into an issue where, despite having
BaggageSpanProcessorset up, and seeing the baggage headers in RabbitMQ, I don't see them propagated to spans. I do have the W3C baggage propagator on as well (by using theOTEL_PROPAGATORSenvar).Is the intended behaviour to use
CurrentBaggageto manually set up span attributes, or should I expect the span processor to get them from headers correctly?Beta Was this translation helpful? Give feedback.
All reactions