-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathloki.yaml
More file actions
40 lines (34 loc) · 741 Bytes
/
loki.yaml
File metadata and controls
40 lines (34 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Based on https://grafana.com/docs/loki/latest/configure/examples/configuration-examples/
auth_enabled: false
server:
http_listen_port: 3100
common:
ring:
instance_addr: 127.0.0.1
kvstore:
store: inmemory
replication_factor: 1
path_prefix: /loki
schema_config:
configs:
- from: 2020-05-15
store: tsdb
object_store: filesystem
schema: v13
index:
prefix: index_
period: 24h
storage_config:
filesystem:
directory: /loki/chunks
limits_config:
reject_old_samples: false
otlp_config:
resource_attributes:
attributes_config:
- action: index_label
attributes:
- oxide.host
- operation_id
- actor_kind
- actor_silo_user_id