
It will help us to enable multiple exporters on single node. Change-Id: I2509367e4d92af4f63e461390d8de822a4598d32 Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
11 lines
287 B
YAML
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
|