We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2cfb1b commit 7dfcc8fCopy full SHA for 7dfcc8f
infrastructure/loki.yml
@@ -62,15 +62,15 @@ storage_config:
62
63
compactor:
64
working_directory: /tmp/loki/boltdb-shipper-compactor
65
+ compaction_interval: 10m
66
+ retention_enabled: true
67
+ retention_delete_delay: 2h
68
+ retention_delete_worker_count: 150
69
+ delete_request_store: filesystem
70
-limits_config:
- reject_old_samples: true
- reject_old_samples_max_age: 168h
- split_queries_by_interval: 24h
-
71
-table_manager:
72
- retention_deletes_enabled: true
73
- retention_period: 168h
+# https://grafana.com/docs/loki/latest/operations/storage/retention/#configuring-the-retention-period
+ limits_config:
+ retention_period: 336h # 14 days
74
75
ruler:
76
storage:
0 commit comments