We are using micrometer with otel in a spring boot application. We have a test where we call various rest endpoints (without any input trace headers) and capture trace information on the server side.
Hi, I am trying to look for a solution to log using MDC, the "parentId" received as an HTTP header(as a W3C header or B3 header) in a microservice using Spring WebFlux application. Currently the logs ...