Good Morning, I am using ecs structured logging (logging.structured.format.console=ecs) and io.micrometer:micrometer-tracing-bridge-brave with a Spring boot 3.4.2 .
My trace from trace.id is coming from MDC and traceId added automatically from micrometer-tracing-bridge-brave. But they have different values.
I am not sure if there is a way to correlate both traces and which should be as the main one.
Thank you very much!