You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I first opened this problem at Spring Boot spring-projects/spring-boot#34075 but after they have analyzed it they indicate that maybe the problem can come from micrometer.
Hello,
I first opened this problem at Spring Boot spring-projects/spring-boot#34075 but after they have analyzed it they indicate that maybe the problem can come from micrometer.
The error occurs using Spring Boot 3.0.2. The error can be reproduced using https://github.com/ruben-garciapariente/error-tracing-with-brave-baggage/blob/main/src/main/java/com/example/bravetracing/BraveTracingApplication.java
We have used micrometer-tracing-bridge-brave for tracing
Configured to instrument async observability as indicated at https://github.com/micrometer-metrics/tracing/wiki/Spring-Cloud-Sleuth-3.1-Migration-Guide#async-instrumentation.
And we have a controller with asynchronous methods
And we configure the baggage fields
When running the BraveTracingApplicationTests#testCallable test the following error is returned
Many thanks
The text was updated successfully, but these errors were encountered: