OpenTelemetry Baggage
#23882
-
Is the OpenTelemetry Baggage API supported by Quarkus? In the OpenTelemetry spec we can read the following fragment:
I am generating the Baggage info like this:
But the system header is not currently propagated. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
radcortez
Feb 22, 2022
Replies: 2 comments 10 replies
-
/cc @radcortez |
Beta Was this translation helpful? Give feedback.
0 replies
-
It should work, but you need to make sure that the current OTel Context is available. Can you provide me with a reproducer? |
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
fabrii
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should work, but you need to make sure that the current OTel Context is available. Can you provide me with a reproducer?