From a986a12cb55960316796bf310f73086593987cc2 Mon Sep 17 00:00:00 2001 From: rohow Date: Mon, 14 Oct 2024 12:35:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(loki):=20=E5=A2=9E=E5=8A=A0limits=5Fconfig?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/infra/monitor/loki/helmchart-loki.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/infra/monitor/loki/helmchart-loki.yaml b/apps/infra/monitor/loki/helmchart-loki.yaml index 380f08d..c20268f 100644 --- a/apps/infra/monitor/loki/helmchart-loki.yaml +++ b/apps/infra/monitor/loki/helmchart-loki.yaml @@ -30,6 +30,9 @@ spec: auth_enabled: false commonConfig: replication_factor: 1 + limits_config: + reject_old_samples_max_age: 168h + max_query_series: 10000 storage: type: 'filesystem' schemaConfig: