]> git.rmz.io Git - dotfiles.git/blob - podman/monitoring/loki.yaml
qutebrowser: also cycle through accept all cookies
[dotfiles.git] / podman / monitoring / loki.yaml
1 auth_enabled: false
2
3 server:
4 http_listen_port: 3100
5
6 common:
7 path_prefix: /loki
8 storage:
9 filesystem:
10 chunks_directory: /loki/chunks
11 rules_directory: /loki/rules
12 replication_factor: 1
13 ring:
14 kvstore:
15 store: inmemory
16
17 schema_config:
18 configs:
19 - from: 2020-10-24
20 store: boltdb-shipper
21 object_store: filesystem
22 schema: v11
23 index:
24 prefix: index_
25 period: 24h
26
27 ruler:
28 alertmanager_url: http://localhost:9093