add loki storage schema
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9def9c06af
commit
5dda9ed565
1 changed files with 16 additions and 0 deletions
|
@ -9,6 +9,22 @@ loki:
|
||||||
auth_enabled: false
|
auth_enabled: false
|
||||||
persistence:
|
persistence:
|
||||||
size: 30Gi
|
size: 30Gi
|
||||||
|
schemaConfig:
|
||||||
|
configs:
|
||||||
|
- from: 2019-07-01
|
||||||
|
store: boltdb
|
||||||
|
object_store: filesystem
|
||||||
|
schema: v11
|
||||||
|
index:
|
||||||
|
prefix: index_
|
||||||
|
period: 24h
|
||||||
|
- from: 2023-07-01
|
||||||
|
store: tsdb
|
||||||
|
object_store: filesystem
|
||||||
|
schema: v13
|
||||||
|
index:
|
||||||
|
prefix: index_
|
||||||
|
period: 24h
|
||||||
monitoring:
|
monitoring:
|
||||||
selfMonitoring:
|
selfMonitoring:
|
||||||
grafanaAgent:
|
grafanaAgent:
|
||||||
|
|
Loading…
Reference in a new issue