Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Baggage Item not propagated through the next SpanContext #11

Open
KishoreKaushal opened this issue May 28, 2019 · 1 comment
Open

Baggage Item not propagated through the next SpanContext #11

KishoreKaushal opened this issue May 28, 2019 · 1 comment

Comments

@KishoreKaushal
Copy link

KishoreKaushal commented May 28, 2019

I tried adding an item in Baggage:

tracer.activeSpan().setBaggageItem("customId" , "12345")

Unfortunately it was not propagated to next spanContext in the same trace. And in the same way it should be propagated through the complete chain of spans.

I want to know whether this feature is supported at present? And if not, are there any future plans?

@malafeev
Copy link

I'm not sure if it's an issue of this library.
Probably you can reproduce it manually creating span with your tracer without RabbitMQ.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants