Преглед на файлове

reduced loki retention limit

xcad преди 9 месеца
родител
ревизия
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