loki update
This commit is contained in:
parent
c74371ef37
commit
130952355f
2 changed files with 8 additions and 1 deletions
|
@ -43,7 +43,7 @@ services:
|
||||||
- default
|
- default
|
||||||
|
|
||||||
loki:
|
loki:
|
||||||
image: grafana/loki:2.9.6
|
image: grafana/loki:3.0.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
|
|
|
@ -42,6 +42,13 @@ schema_config:
|
||||||
index:
|
index:
|
||||||
prefix: index_
|
prefix: index_
|
||||||
period: 24h
|
period: 24h
|
||||||
|
- from: 2024-04-12
|
||||||
|
object_store: filesystem
|
||||||
|
store: tsdb
|
||||||
|
schema: v13
|
||||||
|
index:
|
||||||
|
prefix: index_
|
||||||
|
period: 24h
|
||||||
|
|
||||||
ruler:
|
ruler:
|
||||||
alertmanager_url: http://localhost:9093
|
alertmanager_url: http://localhost:9093
|
||||||
|
|
Loading…
Reference in a new issue