Adding baggage to parent span and propagate it to child spans #3511
Unanswered
kristijanstefanoski
asked this question in
Q&A
Replies: 1 comment
-
The return value of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As the title says I am trying to add some baggage to a 'root' span and propagate the values added to it the the child spans.
In order to associate the 'root' span as the parent of the child spans I have a Custom exporter defined:
I tried to add baggage to the root span like this:
I also use the following propagators:
But no luck with this approach, the baggage I add is not shown as Attributes in Jaeger for the child spans (they are nested correctly tho).
Beta Was this translation helpful? Give feedback.
All reactions