Replies: 1 comment 1 reply
-
Looks like you are pointing to localhost:
When you should be pointing at the jaeger all in one? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 4 microservices, where three are web applications that running inside a docker container, and I use docker-compose to expose these services. I have the app-controller that runs outside this container, and the function is to call the other services. When I put to run these three web services without docker-compose, I created the spans correctly and sent them to the Jaeger collector, but when I running these services with docker-compose, only the span of the app controller is created.
Docker-compose.yml
settings.py
Beta Was this translation helpful? Give feedback.
All reactions