31bfa9d94c
Change-Id: If5cf3662f96311a5f37055c0f62934ba5407a978
15 lines
331 B
YAML
15 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}
|