File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
kubernetes/apps/monitoring/loki Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 8
8
auth_enabled: false
9
9
server:
10
10
http_listen_port: 3100
11
+
11
12
ingester:
12
13
lifecycler:
13
14
ring:
14
15
kvstore:
15
16
store: inmemory
16
17
replication_factor: 1
18
+
17
19
chunk_idle_period: 5m
18
20
chunk_retain_period: 30s
19
21
max_transfer_retries: 0
22
+
20
23
schema_config:
21
24
configs:
22
25
- from: 2020-10-24
@@ -25,18 +28,29 @@ data:
25
28
schema: v11
26
29
index:
27
30
prefix: index_
28
- period: 168h
31
+ period: 24h
32
+
29
33
storage_config:
30
34
boltdb:
31
35
directory: /loki/index
32
36
filesystem:
33
37
directory: /loki/chunks
38
+
34
39
limits_config:
40
+ split_queries_by_interval: 24h
41
+ max_query_parallelism: 100
35
42
enforce_metric_name: false
36
43
reject_old_samples: true
37
44
reject_old_samples_max_age: 168h
45
+
38
46
chunk_store_config:
39
47
max_look_back_period: 0s
48
+ chunk_cache_config:
49
+ embedded_cache:
50
+ enabled: true
51
+ max_size_mb: 500
52
+ ttl: 24h
53
+
40
54
table_manager:
41
55
retention_deletes_enabled: false
42
56
retention_period: 0s
You can’t perform that action at this time.
0 commit comments