Java spring app with javaagent(1.3.0) in istio result in trace break #3441
-
HI All, I have create a Java spring boot application and using OTEL java agent to generate trace from application layer . I have deployed this app in a istio service mesh . I am collecting trace from application layer and also from Envoy /Istio proxy to same backend (jaeger) . But the trace is getting break. I can see trace generated from Istio/Envoy separately and the trace generated from OTEL java agent separately, like 2 different traces . There is no link between this 2 spans.
Thanks and Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I configured "b3bulti " propagator in java application and it fixed the issue. |
Beta Was this translation helpful? Give feedback.
I configured "b3bulti " propagator in java application and it fixed the issue.
https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk-extensions/autoconfigure/README.md#propagator