Enable Metrics Collection for UCP RabbitMQ Cluster

Change-Id: I9dc0d6ec1736adfacef8e8e0452b38d90b647a20
This commit is contained in:
Smruti Soumitra Khuntia 2019-06-17 14:12:04 +05:30
parent 44f22f08d3
commit d1b9954e86
1 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,9 @@ data:
prometheus_rabbitmq_exporter:
node_selector_key: ucp-control-plane
node_selector_value: enabled
monitoring:
prometheus:
enabled: true
dependencies:
- ucp-rabbitmq-htk
...