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

16 lines
331 B
YAML

applications:
- prometheus
parameters:
_param:
prometheus_exporter_libvirt_port: 9177
prometheus:
exporters:
libvirt:
packages:
- libvirt-exporter
services:
qemu:
bind:
address: 0.0.0.0
port: ${_param:prometheus_exporter_libvirt_port}