[QUERY]: Is OpenTelemetry Baggage supported #44348
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
issue-addressed
Workflow: The Azure SDK team believes it to be addressed and ready to close.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Bus
Library name and version
Azure.Messaging.ServiceBus 7.17.5
Query/Question
@lmolkova wrote here that OpenTelemetry Baggage will be gradually adopted once it is approved.
I couldn't find any information if that adoption took place already.
Here it sounds like it should work.
I couldn't get Baggage propagation over process boundaries working in my local development setup.
This is my scenario:
Process A, populates Baggage items via Activity.Current?.SetBaggage("", "")
Process A, sends message to Azure Service Bus
Process B, receives message from Azure Service Bus
Expected result:
Process B, Activity.Current has Baggage items
Actual result:
Process B, Activity.Current has no baggage
Is Baggage propagation already supposed to work?
If yes, do I need to turn on specific things (Flags or similar)?
Is maybe the transport mechanism to ServiceBus relevant?
Thanks for any hints or pointers?
Environment
The text was updated successfully, but these errors were encountered: