Skip to content

Commit

Permalink
feat(loki): implement tsdb shipper
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Becker <brucellino@protonmail.com>
  • Loading branch information
brucellino committed Oct 14, 2023
1 parent 2bb42a9 commit 7297601
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions loki/loki.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ schema_config:
configs:
- from: "2020-01-01"
store: aws
object_store: aws
object_store: s3
schema: v11
index:
prefix: loki_
- from: "2023-10-14"
- from: "2023-10-15"
index:
period: 24h
prefix: index_
Expand Down Expand Up @@ -59,6 +59,10 @@ storage_config:
cache_location: /data/boltdb-cache
shared_store: aws
build_per_tenant_index: true
tsdb_shipper:
active_index_directory: /data/tsdb-index
cache_location: /data/tsdb-cache
shared_store: aws
{{/* ruler:
storage:
aws:
Expand Down

0 comments on commit 7297601

Please sign in to comment.