Merge pull request #19 from grafana/add_30_day_retention

Use 30 days retention instead of 24 hours
This commit is contained in:
Michel Hollands 2023-10-18 13:22:08 +01:00 committed by GitHub
commit 2a0b14ee45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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