From 36699d7d949a171a8fe481bcb453bf6691ac4064 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Wed, 6 May 2026 18:24:58 +0200 Subject: [PATCH] add param in config file --- config/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config/config.yml b/config/config.yml index 7db5d8e..4d32ded 100644 --- a/config/config.yml +++ b/config/config.yml @@ -10,8 +10,6 @@ common: store: inmemory replication_factor: 1 path_prefix: /loki - limits_config: - volume_enable: true schema_config: configs: @@ -27,3 +25,8 @@ storage_config: filesystem: directory: /loki/chunks +limits_config: + ingestion_rate_mb: 10 + ingestion_burst_size_mb: 20 + max_global_streams_per_user: 0 + volume_enable: true