Replies: 1 comment 8 replies
-
have you added the jaeger propagator per that article? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Recently, I migrated from
jaeger-client
toOpentelemetry
, but now I see jaeger not able to trace and mapping span across different microservice. I followed this https://medium.com/jaegertracing/migrating-from-jaeger-client-to-opentelemetry-sdk-bd337d796759 for the migration.Is there something extra that needs to be configured in order to map different call to internal microservice in single trace? (as shown in below image)
Note: It works fine in local env (windows machine) with Jaeger running, where it's not working on Jaeger UI deployed on Openshift.
Beta Was this translation helpful? Give feedback.
All reactions