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
|
||||
|
||||
loki:
|
||||
image: grafana/loki:2.9.6
|
||||
image: grafana/loki:3.0.0
|
||||
restart: unless-stopped
|
||||
deploy:
|
||||
resources:
|
||||
|
|
|
@ -42,6 +42,13 @@ schema_config:
|
|||
index:
|
||||
prefix: index_
|
||||
period: 24h
|
||||
- from: 2024-04-12
|
||||
object_store: filesystem
|
||||
store: tsdb
|
||||
schema: v13
|
||||
index:
|
||||
prefix: index_
|
||||
period: 24h
|
||||
|
||||
ruler:
|
||||
alertmanager_url: http://localhost:9093
|
||||
|
|
Loading…
Reference in a new issue