commit | 31bfa9d94cf608921a2d4447ec68ad82a3c80537 | [log] [tgz] |
---|---|---|
author | Olivier Bourdon <obourdon@mirantis.com> | Mon Jul 10 10:01:46 2017 +0200 |
committer | Olivier Bourdon <obourdon@mirantis.com> | Tue Jul 11 16:07:45 2017 +0200 |
tree | d641a00ca1b93d8a8742a2a0c45559e52693e74c | |
parent | 3abe6788d08cda67799f817c7f0b3105e4c49115 [diff] [blame] |
Fix exporters configuration to be generic Change-Id: If5cf3662f96311a5f37055c0f62934ba5407a978
diff --git a/metadata/service/exporters/jmx.yml b/metadata/service/exporters/jmx.yml index ba23709..50c8df8 100644 --- a/metadata/service/exporters/jmx.yml +++ b/metadata/service/exporters/jmx.yml
@@ -6,9 +6,10 @@ prometheus: exporters: jmx: - enabled: true packages: - jmx-exporter - bind: - address: 0.0.0.0 - port: ${_param:prometheus_exporter_jmx_port} + services: + cassandra: + bind: + address: 0.0.0.0 + port: ${_param:prometheus_exporter_jmx_port}