From bf68d60c15982315717188648c60174bbe7c03f9 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Thu, 29 Feb 2024 06:26:13 +0000 Subject: [PATCH] Increase ingestion limits. --- services/loki.hcl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/loki.hcl b/services/loki.hcl index c290b38..5854180 100644 --- a/services/loki.hcl +++ b/services/loki.hcl @@ -80,6 +80,11 @@ compactor: limits_config: reject_old_samples: true reject_old_samples_max_age: 168h + ingestion_rate_strategy: local + ingestion_rate_mb: 10 + ingestion_burst_size_mb: 20 + per_stream_rate_limit: 5MB + per_stream_rate_limit_burst: 10MB chunk_store_config: max_look_back_period: 0s table_manager: