Skip to content

How do I use baggage in traces? #3113

Answered by jkwatson
fuleow asked this question in Q&A
Apr 6, 2021 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

I'm not sure what you mean by "have traces with baggage propagated to Jaeger". Baggage is an independent concern from traces, and will be propagated if you have a propagator installed (such as the W3CBaggagePropagator you mentioned).

Are you looking to append baggage entries to spans? If so, you can easily write a SpanProcessor that does this when onStart() is called.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@fuleow
Comment options

@fuleow
Comment options

@jkwatson
Comment options

Answer selected by fuleow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants