From 1c8376b53c809824e3e2910e58497de1dc1a022b Mon Sep 17 00:00:00 2001 From: JordanRushing Date: Mon, 15 Jul 2024 13:25:07 -0500 Subject: [PATCH] feat: Ingester Stream Limit Improvements Ingester stream limits now take into account "owned streams" and periodically update when the Ingester ring is changed. Non-owned streams are now also flushed when this update takes place. The stream limit calculation has also been updated for improved accuracy in multi-zone ingester deployments. Relevant PRs: - https://github.com/grafana/loki/pull/13006 - https://github.com/grafana/loki/pull/13030 - https://github.com/grafana/loki/pull/13232 - https://github.com/grafana/loki/pull/13103 - https://github.com/grafana/loki/pull/13231 - https://github.com/grafana/loki/pull/13254 - https://github.com/grafana/loki/pull/13314 - https://github.com/grafana/loki/pull/13321