Enable retention in the Loki compactor
This commit is contained in:
parent
c1811428f7
commit
c4a00aabae
@ -212,6 +212,12 @@ monitoring:
|
|||||||
namespace: monitoring-system
|
namespace: monitoring-system
|
||||||
values:
|
values:
|
||||||
loki:
|
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
|
# Enable persistence by default
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user