Use 30 days retention instead of 24 hours

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands 2023-10-18 11:42:53 +01:00
parent 427764278c
commit 7e06d611a7

View File

@ -90,7 +90,7 @@ loki:
compactor: compactor:
retention_enabled: true retention_enabled: true
limits_config: limits_config:
retention_period: 24h retention_period: 30d
monitoring: monitoring:
dashboards: dashboards:
enabled: false enabled: false
@ -142,7 +142,7 @@ mimir-distributed:
secret_access_key: "{{ .Values.global.minio.rootPassword }}" secret_access_key: "{{ .Values.global.minio.rootPassword }}"
insecure: true insecure: true
limits: limits:
compactor_blocks_retention_period: 24h compactor_blocks_retention_period: 30d
tempo-distributed: tempo-distributed:
tempo: tempo:
@ -158,7 +158,7 @@ tempo-distributed:
insecure: true insecure: true
compactor: compactor:
compaction: compaction:
block_retention: 24h block_retention: 30d
traces: traces:
otlp: otlp:
http: http: