Chandan Kumar (raukadah) 7ce50b7136 Add plugin support to install prometheus-podman-exporter
It will help us to enable multiple exporters on single node.

Change-Id: I2509367e4d92af4f63e461390d8de822a4598d32
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
2025-03-18 17:06:17 +05:30

11 lines
287 B
YAML

# Prometheus config for single node
global:
scrape_interval: 10s
scrape_configs:
- job_name: "node"
static_configs:
- targets: ["localhost:9882"]
- targets: ["localhost:9100"] # node_exporter target
# labels:
# fqdn: "controller" # node_exporter fqdn