Compare commits
2 Commits
d7c55b3afc
...
fdc1070c29
| Author | SHA1 | Date | |
|---|---|---|---|
| fdc1070c29 | |||
| 90afeca6b5 |
@ -1,5 +1,14 @@
|
||||
# https://grafana.com/docs/loki/latest/operations/storage/retention/
|
||||
loki:
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClassName: "%PVC_STORAGECLASS%"
|
||||
size: "%PVC_STORAGE_SIZE%"
|
||||
config:
|
||||
compactor:
|
||||
retention_enabled: true
|
||||
retention_delete_delay: "2h"
|
||||
compaction_interval: "20m"
|
||||
retention_delete_worker_count: 10
|
||||
limits_config:
|
||||
retention_period: "168h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user