Replies: 1 comment 3 replies
-
This looks like a container networking problem. jaeger-collector is running in its own container and doesn't know how to talk to elasticsearch running in another container. You'll need to put them on the same network, either explicitly through a docker With the former approach using docker, please try:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to run a new jaeger-collector using the latest docker image.
I've started a new ES instance
After, I'm trying to start a new jaeger-collector:
But getting the following error to start the collector:
Am I missing something ? How to get the collector running ?
Beta Was this translation helpful? Give feedback.
All reactions