Skip to content

Commit 018535d

Browse files
authored
helm: fix default Graphite config (#10288)
Fix the default graphite config in the mimir-distributed helm chart so the time specification is valid Fixes #10275 Signed-off-by: Owen Williams <[email protected]>
1 parent 2ecc15d commit 018535d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

operations/helm/charts/mimir-distributed/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4165,7 +4165,7 @@ graphite:
41654165
[default]
41664166
pattern = .*
41674167
intervals = 0:1s
4168-
retentions = 10s:8d,10min:1y
4168+
retentions = 10s:8d,10m:1y
41694169
storageAggregations: |-
41704170
[default]
41714171
aggregationMethod = avg

operations/helm/tests/graphite-enabled-values-generated/mimir-distributed/templates/graphite-proxy/graphite-querier/graphite-querier-schemas-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ data:
1515
[default]
1616
pattern = .*
1717
intervals = 0:1s
18-
retentions = 10s:8d,10min:1y
18+
retentions = 10s:8d,10m:1y
1919
storage-aggregations.conf: |
2020
[default]
2121
aggregationMethod = avg

0 commit comments

Comments
 (0)