File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ properties:
58
58
description: "Remote write storage configuration"
59
59
prometheus.remote_read:
60
60
description: "Remote read storage configuration"
61
+ prometheus.enable_features:
62
+ description: "List of features to enable"
63
+ default: []
61
64
62
65
prometheus.alertmanager.notification_queue_capacity:
63
66
description: "The capacity of the queue for pending alert manager notifications"
Original file line number Diff line number Diff line change @@ -139,6 +139,9 @@ case $1 in
139
139
< % if_p(' prometheus.web.user_assets' ) do | user_assets| %> \
140
140
--web.user-assets=" <%= user_assets %>" \
141
141
< % end %> \
142
+ < % p(' prometheus.enable_features' , []).each do | enable_feature| %> \
143
+ --enable-feature=" <%= enable_feature %>" \
144
+ < % end %> \
142
145
>> ${LOG_DIR} /prometheus.stdout.log \
143
146
2>> ${LOG_DIR} /prometheus.stderr.log
144
147
;;
You can’t perform that action at this time.
0 commit comments