File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ properties:
69
69
prometheus.rules.alert.resend_delay:
70
70
description: "Minimum amount of time to wait before resending an alert to Alertmanager"
71
71
72
- prometheus.storage.tsdb.retention:
72
+ prometheus.storage.tsdb.retention.time :
73
73
description: "How long to retain samples in the storage"
74
74
prometheus.storage.tsdb.min_block_duration:
75
75
description: "Minimum duration of a data block before being persisted"
Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ case $1 in
69
69
--rules.alert.resend-delay=" <%= resend_delayt %>" \
70
70
< % end %> \
71
71
--storage.tsdb.path=" ${STORE_DIR} " \
72
- < % if_p(' prometheus.storage.tsdb.retention' ) do | retention| %> \
73
- --storage.tsdb.retention=" <%= retention %>" \
72
+ < % if_p(' prometheus.storage.tsdb.retention.time ' ) do | retention| %> \
73
+ --storage.tsdb.retention.time =" <%= retention %>" \
74
74
< % end %> \
75
75
< % if_p(' prometheus.storage.tsdb.min_block_duration' ) do | min_block_duration| %> \
76
76
--storage.tsdb.min-block-duration=" <%= min_block_duration %>" \
You can’t perform that action at this time.
0 commit comments