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 :)
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