opentracing-contrib / java-spring-messaging

OpenTracing Spring Messaging instrumentation
Apache License 2.0
3 stars 11 forks source link

Spans are not getting connected with Spring integration and Jaeger. #37

Open rtyagi101 opened 4 years ago

rtyagi101 commented 4 years ago

I'm doing a POC with spring-integration and Jaeger. I have used the opentracing-spring-jaeger-web-starter and opentracing-spring-cloud-starter dependencies. I'm facing an issue where the spans for the 2 services aren't connected in JaegerUI. I have posted below question on StackOverflow but haven't got any response so far: https://stackoverflow.com/questions/63129021/spans-are-not-getting-connected-with-spring-integration-and-jaeger

I think I might be missing something. I have gone through the below ReadMe instructions but couldn't find any clue: https://github.com/opentracing-contrib/java-spring-messaging

Any help is appreciated!