grafana / mimir

Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus.
https://grafana.com/oss/mimir/
GNU Affero General Public License v3.0
4.17k stars 535 forks source link

Jsonnet: rename autoscaling_distributor_[min|max]_replicas to autoscaling_distributor_[min|max]_replicas_per_zone #10019

Open pracucci opened 13 hours ago

pracucci commented 13 hours ago

What this PR does

Similarly to https://github.com/grafana/mimir/pull/8874, in this PR I propose to rename autoscaling_distributor_[min|max]_replicas to autoscaling_distributor_[min|max]_replicas_per_zone to clarify that it's a per-zone setting when distributor is deployed multi-zone.

Which issue(s) this PR fixes or relates to

N/A

Checklist