Replies: 1 comment
-
Hi, @tedsuo I'm working on a microservice architecture where at the start, we're receiving the request with an additional header field as servicePlanNumber, I want to use baggage propagation to pass this servicePlanNumber to all the downstream services explicitly. Right now, I'm using Opentelemetry java agent, which does the creation of trace-id/span-id automatically, all I want is to have the servicePlanNumber passed downstream and added to the logs along with the trace-id/span-id. earlier using spring sleuth baggage was pretty straightforward but I need help with this. I'm using Spring boot version 3.0.0. Sender Service: ` @GetMapping("/api")
Receiver Service: ` @GetMapping("/api")
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
👋 Welcome!
Have questions about OpenTelemetry, or about how this example works? Add a new discussion and I'll be happy to help.
Beta Was this translation helpful? Give feedback.
All reactions