Merge pull request #19 from grafana/add_30_day_retention
Use 30 days retention instead of 24 hours
This commit is contained in:
commit
2a0b14ee45
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user