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
Describe the bug
The observations that Spring Security provides are not being properly nested with their parent span when running in Webflux mode. This does not affect servlet.
To Reproduce
Run any spring boot application with webflux and spring security to your tracing backend of choice (in my example, Tempo)
Make any HTTP call
Notice the trace spans are not properly nested
WEBFLUX
Expected behavior
The spans should be nested as they are in Servlet mode. This becomes hard to read in very large or complicated filter chains across multiple services
SERVLET
Sample
There is no need for sample code as your project literally does not need to have any code in it aside from start.spring.io dependencies I listed.
The text was updated successfully, but these errors were encountered:
Describe the bug
The observations that Spring Security provides are not being properly nested with their parent span when running in Webflux mode. This does not affect servlet.
To Reproduce
WEBFLUX
Expected behavior
The spans should be nested as they are in Servlet mode. This becomes hard to read in very large or complicated filter chains across multiple services
SERVLET
Sample
There is no need for sample code as your project literally does not need to have any code in it aside from start.spring.io dependencies I listed.
The text was updated successfully, but these errors were encountered: