Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/docker-otel-lgtm
Path: blob/main/docker/loki-config.yaml
401 views
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: tsdb
21
object_store: filesystem
22
schema: v13
23
index:
24
prefix: index_
25
period: 24h
26
27
ruler:
28
alertmanager_url: http://localhost:9093
29
30