grafana / loki

Like Prometheus, but for logs.
https://grafana.com/loki
GNU Affero General Public License v3.0
22.71k stars 3.3k forks source link

perf: Prune unused pattern branches #13329

Closed benclive closed 4 days ago

benclive commented 5 days ago

What this PR does / why we need it: Adds a Prune command to Drain to clear branches with no associated log clusters.

benclive commented 4 days ago

After deploying in ops, memory has improved (less frequently crashes) though it still needs work : image

CPU hasn't noticably changed: image

Gonna merge this so we see this improvement everywhere.