prometheus remote write multi-zone replica issues #2931
-
Hello, I am working on deploying version 3.0.0 of the mimir helm chart and I'm currently having some issues getting Prometheus remote write to work properly. When prometheus attempts to send metrics to mimir (through the
This same error is also visible in the prometheus logs in the response to the remote write request. I'm not sure which component it's referring to here, but I've verified that both the ingester and distributor services are being replicated across two availability zones. My helm
Any help would be greatly appreciated, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
there is an ongoing PR to enable multi-zone natively for the chart #2778. It think it will be ready or released in the next 2-3 weeks. If you can wait, that'd be easier for you. Otherwise, I think you're not setting the CLI flags for which zone each instance is in. Have you seen this article https://grafana.com/docs/mimir/latest/operators-guide/configure/configuring-zone-aware-replication/ ? |
Beta Was this translation helpful? Give feedback.
-
how to resolve this error, I am also getting the same error in multicluster setup |
Beta Was this translation helpful? Give feedback.
there is an ongoing PR to enable multi-zone natively for the chart #2778. It think it will be ready or released in the next 2-3 weeks. If you can wait, that'd be easier for you.
Otherwise, I think you're not setting the CLI flags for which zone each instance is in. Have you seen this article https://grafana.com/docs/mimir/latest/operators-guide/configure/configuring-zone-aware-replication/ ?