loki update

This commit is contained in:
royalcat 2024-04-12 11:28:25 +03:00
parent c74371ef37
commit 130952355f
2 changed files with 8 additions and 1 deletions

View file

@ -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:

View file

@ -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