Mimir configuration for AZ cluster #6079
Unanswered
frootima
asked this question in
Help and support
Replies: 1 comment 6 replies
-
yes, mimir needs the HTTP, gRPC, and memberlist ports open on all processes. By default those are 8080, 9095, and 7964 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Team,
I am new to Mimir and we are working on setting up a Mimir cluster for Az1, Az2, Az3. In each AZ we have the same Prometheus and Mimir.
In the prometehus.yml file remote_write used the cluster endpoint. Member List Port 7946 is open. grpc port no yet opened. We are getting below error:
Failed to send batch, retrying" err="server returned HTTP status 500 Internal Server Error: failed pushing to ingester: rpc error: code = Canceled desc = grpc: the client connection is closing"
Do we need to open a port for 7946 (member list communication) and gRPC port - 9095?
Below is the configuration we are using:
Beta Was this translation helpful? Give feedback.
All reactions