formula-prometheus/metadata/service/exporters/jmx.yml
Olivier Bourdon 31bfa9d94c Fix exporters configuration to be generic
Change-Id: If5cf3662f96311a5f37055c0f62934ba5407a978
2017-07-11 16:07:45 +02:00

16 lines
320 B
YAML

applications:
- prometheus
parameters:
_param:
prometheus_exporter_jmx_port: 9111
prometheus:
exporters:
jmx:
packages:
- jmx-exporter
services:
cassandra:
bind:
address: 0.0.0.0
port: ${_param:prometheus_exporter_jmx_port}