Make --tags=setup-prometheus not break, relying on matrix-base facts

This commit is contained in:
Slavi Pantaleev
2021-01-31 18:17:57 +02:00
parent df3dd1c824
commit 85a260daaf
4 changed files with 20 additions and 3 deletions

View File

@ -26,6 +26,9 @@ matrix_prometheus_systemd_wanted_services_list: []
# Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:9090"), or empty string to not expose.
matrix_prometheus_container_http_host_bind_port: ''
# Target addresses for the "node" scraper configuration.
# Unless you define this as a non-empty list, it gets populated at runtime with the IP address of `matrix-prometheus-node-exporter` and port 9100.
matrix_prometheus_endpoint_node_targets: []
# Default prometheus configuration template which covers the generic use case.
# You can customize it by controlling the various variables inside it.