Add enable_prometheus switch

This commit is contained in:
2023-12-29 09:29:29 -05:00
parent 5089aec178
commit f6878c69ad
3 changed files with 5 additions and 2 deletions

View File

@ -15,6 +15,7 @@ subsystem:
enable_storage: yes
enable_worker: yes
enable_api: yes
enable_prometheus: {{ 'yes' if enable_prometheus_exporters else 'no' }}
cluster:
name: {{ cluster_group }}