grafana / helm-charts

Apache License 2.0
1.67k stars 2.28k forks source link

[loki-distributed] Compactor replica count should be adjustable #2973

Open alita1991 opened 9 months ago

alita1991 commented 9 months ago

In my Kubernetes cluster, I'm utilizing Mimir, Loki, and Tempo, and I've observed that only the Loki compactor deployment has a fixed replica count of 1, which cannot be adjusted. I'm interested in scaling up or down the Compactor deployment to meet changing workload demands.

IamGroot19 commented 9 months ago

I thought this was a deliberate decision on the part of maintainers due to this warning mentioned in the docs:

Note: There should be only 1 compactor instance running at a time that otherwise could create problems and may lead to data loss.