Open
Listed in
Description
If we look at Sleuth & Boot tracing Baggage features comparison we're still missing two.
- Local Baggage - local baggage means baggage available within this JVM but one that does not get propagated over the wire
- Tagged Baggage - tagged baggage means baggage that automatically gets added as a tag
Local Baggage Sleuth implementation
Tagged Baggage Sleuth implementation
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
[-][Observability] Add local baggage and tagged baggage[/-][+]Add local baggage and tagged baggage[/+]carlosalm-msft commentedon May 5, 2023
hi folks, do you have any ETA on this? Thanks!
wilkinsona commentedon May 5, 2023
Nothing specific, no. The issue is in the 3.x milestone which means there's no definite plan for it at the moment.
michael-wirth commentedon Jul 10, 2023
Here's a little workaround for Spring Boot 3.1.x
OpenTelementry and Brave implementation behave differently.
Brave
requires the local baggage to be registered:
Set the local baggage in a WebFilter:
OpenTelementry
doesn't require registering local baggage properties, but setting the baggage is more complicated:
Micrometer.observation