-
Hi, I have a spring boot app using spring cloud sleuth otel version I tried: @Autowired private org.springframework.cloud.sleuth.Tracer tracer;
...
tracer.createBaggage("my-key", "some-value"); application.yaml:
It works when I create the baggage for a couple of logs but then stop working. Am I missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @moreirajo , |
Beta Was this translation helpful? Give feedback.
-
This is more related with Sleuth. |
Beta Was this translation helpful? Give feedback.
This is more related with Sleuth.
Please anyone with input on this answer in spring-projects-experimental/spring-cloud-sleuth-otel#116.
Thanks.