TraceId is missing in WebFlux controller handlers #31706
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: backported
An issue that has been backported to maintenance branches
theme: observability
An issue related to observability and tracing
type: regression
A bug that is also a regression
Milestone
We upgraded from Spring Boot
3.1.5
to3.1.6
and trace id and span id are missing from the logs. However, it's not only a logging issue but also baggage is lost too.Please find an example application demonstrating the issue: demo.zip. You can change Spring Boot version from
build.gradle.kts
to3.1.5
and see that trace id and span id are present in the logs.The text was updated successfully, but these errors were encountered: