We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27230b5 commit 2cda0aeCopy full SHA for 2cda0ae
test/logs_aggregator/docker-compose.yml
@@ -5,7 +5,7 @@ services:
5
ports:
6
- 3100:3100
7
volumes:
8
- - ./loki-config.yml:/etc/loki/loki-config.yaml
+ - ./loki-config.yml:/etc/loki/local-config.yaml
9
- loki_data:/loki
10
promtail:
11
container_name: promtail
test/logs_aggregator/loki-config.yml
@@ -32,3 +32,8 @@ schema_config:
32
index:
33
prefix: index_
34
period: 24h
35
+
36
+limits_config:
37
+ ingestion_rate_strategy: local
38
+ ingestion_rate_mb: 30
39
+ ingestion_burst_size_mb: 50
0 commit comments