-
Notifications
You must be signed in to change notification settings - Fork 41.3k
Closed as not planned
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertheme: observabilityIssues related to observabilityIssues related to observabilitytype: enhancementA general enhancementA general enhancement
Description
Sleuth supports three types of baggage:
- local baggage, which is available only in the same JVM
- remote baggage, which gets propagated via network to other services (e.g. via HTTP headers)
- correlated baggage, which can be local or remote baggage, too. This baggage gets automatically synchronized to MDC
Trace id and span id are a "special" kind of baggage, which is needed for span propagation to other services.
As of now, we don't have support for that feature in Spring Boot, and should add it.
Metadata
Metadata
Assignees
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertheme: observabilityIssues related to observabilityIssues related to observabilitytype: enhancementA general enhancementA general enhancement