Spring integration + Micrometer: Context propagation is not working with DirectChannel
I’m trying to use the micrometer and instrumented the JPA repository and annotated it with @Observed
.
I can see the traces & metrics around that but a new trace is generated with every method call from that JPA repository.