Replies: 1 comment 1 reply
-
OTel propagators does not understand Baggage added via Activity.AddBaggage. Activity has baggage concept even before Otel, and it was tied to Activity. However OTel baggage is not tied to tracing, and is applicable to every signals (logs, metrics), and should work irrespective of whether tracing is enabled or not |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Baggage API contains the following disclaimer.
What it the rationale for this?
I have a legacy application that supports a plugin model. Unfortunately bootstrapping and client code runs in the same app domain. This results in potential dll versioning conflicts. I was hoping to suggest plugins only take a dependency on a specific version
System.Diagnostics.DiagnosticSource
but that breaks the guidance above.If I ignore the guidance, what type of pitfalls might I encounter?
Beta Was this translation helpful? Give feedback.
All reactions