From 591767741c3a473b1849ed74f3ac98f46908d6f0 Mon Sep 17 00:00:00 2001 From: DongHoon Lee Date: Tue, 31 Dec 2024 19:48:52 +0900 Subject: [PATCH] fix: Comment out metric_aggregation_enabled and metric_aggregation due to issue in Loki 3.1.2 --- cmd/loki/loki-local-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cmd/loki/loki-local-config.yaml b/cmd/loki/loki-local-config.yaml index 4aff8772ae1da..25fe9006d4f5b 100644 --- a/cmd/loki/loki-local-config.yaml +++ b/cmd/loki/loki-local-config.yaml @@ -25,9 +25,6 @@ query_range: enabled: true max_size_mb: 100 -limits_config: - metric_aggregation_enabled: true - schema_config: configs: - from: 2020-10-24 @@ -40,8 +37,6 @@ schema_config: pattern_ingester: enabled: true - metric_aggregation: - loki_address: localhost:3100 ruler: alertmanager_url: http://localhost:9093