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
[ ] Tests updated.
[ ] Documentation added.
[x] CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
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
toautoscaling_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
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.