Replies: 1 comment
-
Solved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
I'm new to jaeger and now I can successfully setup an jaegertracing/all-in-one:1.36 with in-memory storage.
Now I'm trying to change the storage from in-memory to ElasticCache by setting the
docker-compose.yaml
below:Before that, I do make sure that the ElasticCache service can be visited from the jaeger container inside by running the curl command:
However, when I run the jaeger container via docker-compose, it raises error and quit, what should I do?
key error:
"Failed to init storage factory","error":"failed to create primary Elasticsearch client: health check timeout: no Elasticsearch node available"
Beta Was this translation helpful? Give feedback.
All reactions