From 12ff0342f302863581d51bc2ee535ca70af883cc Mon Sep 17 00:00:00 2001 From: Tyler Witlin <45468117+coolguy1771@users.noreply.github.com> Date: Sat, 14 Dec 2024 23:17:03 -0500 Subject: [PATCH] fix(kyak): set it limit config Signed-off-by: Tyler Witlin <45468117+coolguy1771@users.noreply.github.com> --- kubernetes/kyak/apps/monitoring/mimir/app/helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/kyak/apps/monitoring/mimir/app/helmrelease.yaml b/kubernetes/kyak/apps/monitoring/mimir/app/helmrelease.yaml index b4338331e7..4cd5882090 100644 --- a/kubernetes/kyak/apps/monitoring/mimir/app/helmrelease.yaml +++ b/kubernetes/kyak/apps/monitoring/mimir/app/helmrelease.yaml @@ -91,6 +91,7 @@ spec: limits: # Delete from storage metrics data older than 90 days. compactor_blocks_retention_period: 90d + max_global_series_per_user: 2000000 # -- runtimeConfig provides a reloadable runtime configuration. Changing the runtimeConfig doesn't require a restart of all components. # For more infromation see https://grafana.com/docs/mimir/latest/configure/about-runtime-configuration/ runtimeConfig: @@ -99,7 +100,6 @@ spec: max_series: 2500000 max_tenants: 1000 max_inflight_push_requests: 30000 - max_global_series_per_user: 2000000 distributor_limits: # limits that each distributor replica enforces max_ingestion_rate: 20000 max_inflight_push_requests: 30000