Преглед изворни кода

reduced loki retention limit

xcad пре 7 месеци
родитељ
комит
f0edeb5957
1 измењених фајлова са 9 додато и 0 уклоњено
  1. 9 0
      docker-compose/loki/config/config.yaml

+ 9 - 0
docker-compose/loki/config/config.yaml

@@ -26,5 +26,14 @@ schema_config:
         prefix: index_
         period: 24h
 
+limits_config:
+  # NOTE: Data Retention is set to 7 days.
+  #       This is the default value and can be changed
+  retention_period: 168h
+  ingestion_rate_mb: 4
+  ingestion_burst_size_mb: 6
+  max_streams_per_user: 10000
+  max_line_size: 256000
+
 ruler:
   alertmanager_url: http://localhost:9093