Enable retention in the Loki compactor

This commit is contained in:
Matt Pryor 2023-03-02 11:57:42 +00:00
parent c1811428f7
commit c4a00aabae

View File

@ -212,6 +212,12 @@ monitoring:
namespace: monitoring-system
values:
loki:
# Enable retention and configure a default retention period of 31 days
config:
compactor:
retention_enabled: true
limits_config:
retention_period: 744h
# Enable persistence by default
persistence:
enabled: true