opentracing-contrib / java-spring-web

OpenTracing Spring Web instrumentation
Apache License 2.0
107 stars 59 forks source link

No Service dependencies shown in Jaeger #97

Closed derXear closed 5 years ago

derXear commented 5 years ago

Hello,

i have a minimal example with 2 Spring Boot Apps where one calls the other. I can see all spans of the apps in the Jaeger UI, but no dependency between the apps. Shouldn't this already work by autoconfiguration?

Here is a link to the minimal example. If it's not a bug, maybe someone could push me into the right direction at Stackoverflow here :)

Thanks in advance

pavolloffay commented 5 years ago

Closing per https://github.com/opentracing-contrib/java-spring-jaeger/issues/42