TraceId from currentSpan is not propagating to Mono in spring boot 3.0.x and 3.1.x
I am using spring-boot 3.0.13 and observing that traceId
from currentSpan
is not propagating inside the Mono
. My code is like below
I am using spring-boot 3.0.13 and observing that traceId
from currentSpan
is not propagating inside the Mono
. My code is like below