File tree Expand file tree Collapse file tree 1 file changed +22
-27
lines changed
Expand file tree Collapse file tree 1 file changed +22
-27
lines changed Original file line number Diff line number Diff line change 1- auth_enabled : false
2-
31server :
42 http_listen_port : 3100
53
6- ingester :
7- lifecycler :
8- address : 127.0.0.1
9- ring :
10- kvstore :
11- store : inmemory
12- replication_factor : 1
13- chunk_idle_period : 5m
14- max_chunk_age : 1h
4+ common :
5+ instance_addr : 127.0.0.1
6+ path_prefix : /var/loki
7+ storage :
8+ filesystem :
9+ chunks_directory : /var/loki/chunks
10+ rules_directory : /var/loki/rules
11+ replication_factor : 1
12+
13+ compactor :
14+ working_directory : /var/loki/compactor
15+ compaction_interval : 10m
16+
17+ limits_config :
18+ ingestion_rate_mb : 4
19+ ingestion_burst_size_mb : 6
20+ max_query_length : 0
1521
1622schema_config :
1723 configs :
18- - from : 2022 -01-01
19- store : boltdb-shipper
24+ - from : 2024 -01-01
25+ store : tsdb
2026 object_store : filesystem
21- schema : v12
27+ schema : v13
2228 index :
2329 prefix : index_
2430 period : 24h
2531
26- storage_config :
27- boltdb_shipper :
28- active_index_directory : /loki/index
29- shared_store : filesystem
30- filesystem :
31- directory : /loki/chunks
32-
33- limits_config :
34- max_streams_per_user : 0
35- max_entries_limit_per_query : 500000
36-
37- chunk_store_config :
38- max_look_back_period : 1h
32+ ruler :
33+ alertmanager_url : http://localhost:9093
You can’t perform that action at this time.
0 commit comments