loki/values.yaml: adjust compactor settings for auto cleanup
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
858ca55a93
commit
1d32eaef2c
1 changed files with 9 additions and 6 deletions
|
@ -18,12 +18,15 @@ loki:
|
||||||
index:
|
index:
|
||||||
prefix: index_
|
prefix: index_
|
||||||
period: 24h
|
period: 24h
|
||||||
# compactor:
|
limits_config:
|
||||||
# working_directory: /data/retention
|
retention_period: 168h
|
||||||
# compaction_interval: 10m
|
compactor:
|
||||||
# retention_enabled: true
|
working_directory: /data/retention
|
||||||
# retention_delete_delay: 2h
|
compaction_interval: 15m
|
||||||
# retention_delete_worker_count: 150
|
retention_enabled: true
|
||||||
|
retention_delete_delay: 1h
|
||||||
|
retention_delete_worker_count: 150
|
||||||
|
delete_request_store: s3
|
||||||
monitoring:
|
monitoring:
|
||||||
selfMonitoring:
|
selfMonitoring:
|
||||||
grafanaAgent:
|
grafanaAgent:
|
||||||
|
|
Loading…
Reference in a new issue