-
I have a kafka producer and transformer app. I am using OTEL collector with Jaeger as backend.
I am able to see the traces of producer and consumer. But they are not connected with same traceid. This was working fine till v1.5.3. Any configuration that I need to enable. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 24 replies
-
hi @vimal3271! the receive span now is the parent of the consumer span, and the receive span has a link to the producer span. there's an option that may support the prior behavior, can you try with |
Beta Was this translation helpful? Give feedback.
-
Hi @trask , I am using Tempo/Grafana for storing and visualizing traces. I am having the same issue that the producer and consumer are having different traceids. |
Beta Was this translation helpful? Give feedback.
-
Do you have any documentation around this - -Dotel.instrumentation.common.experimental.suppress-messaging-receive-spans=true? |
Beta Was this translation helpful? Give feedback.
hi @vimal3271! the receive span now is the parent of the consumer span, and the receive span has a link to the producer span.
there's an option that may support the prior behavior, can you try with
-Dotel.instrumentation.common.experimental.suppress-messaging-receive-spans=true
, and see if that works for you?