Skip to content

Commit

Permalink
Use 30 days retention instead of 24 hours
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hollands <[email protected]>
  • Loading branch information
MichelHollands committed Oct 18, 2023
1 parent 4277642 commit 7e06d61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/meta-monitoring/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ loki:
compactor:
retention_enabled: true
limits_config:
retention_period: 24h
retention_period: 30d
monitoring:
dashboards:
enabled: false
Expand Down Expand Up @@ -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:
Expand All @@ -158,7 +158,7 @@ tempo-distributed:
insecure: true
compactor:
compaction:
block_retention: 24h
block_retention: 30d
traces:
otlp:
http:
Expand Down

0 comments on commit 7e06d61

Please sign in to comment.