Skip to content

Commit

Permalink
fix: set loki retention delete delay (#705)
Browse files Browse the repository at this point in the history
* fix: set loki retention delete delay to 10m

* fix: add loki compaction interval explicitly
  • Loading branch information
Wielewout authored Nov 4, 2024
1 parent 023bb6d commit b91d392
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/drax/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -991,8 +991,10 @@ loki:
max_entries_limit_per_query: 10000
compactor:
retention_enabled: true
compaction_interval: 10m
delete_request_store: s3
delete_request_cancel_period: 1m
retention_delete_delay: 10m
runtime_config:
file: "/runtime-config/tenants.yaml"

Expand Down

0 comments on commit b91d392

Please sign in to comment.