Skip to content

Commit

Permalink
Fix Loki
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Apr 9, 2024
1 parent 9ebd7d9 commit 1d34f56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion grafana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ services:
- metrics.instance=promtail

loki:
image: grafana/loki:latest
image: grafana/loki:2.9.6
volumes:
- loki-data:/tmp
- ./loki:/etc/loki
Expand Down
13 changes: 6 additions & 7 deletions loki/loki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,21 @@ compactor:

schema_config:
configs:
- from: 2020-10-24
store: boltdb-shipper
- from: 2023-06-15
store: tsdb
object_store: filesystem
schema: v11
schema: v12
index:
prefix: index_
prefix: tsdb_index
period: 24h
- from: 2023-06-15
- from: 2024-05-01
store: tsdb
object_store: filesystem
schema: v12
schema: v13
index:
prefix: tsdb_index
period: 24h


limits_config:
retention_period: 30d
ingestion_rate_mb: 128
Expand Down

0 comments on commit 1d34f56

Please sign in to comment.