summaryrefslogtreecommitdiffstats
path: root/csit/metrics/prometheus.yml
diff options
context:
space:
mode:
Diffstat (limited to 'csit/metrics/prometheus.yml')
-rw-r--r--csit/metrics/prometheus.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/csit/metrics/prometheus.yml b/csit/metrics/prometheus.yml
index 934f7543..c2e0cf10 100644
--- a/csit/metrics/prometheus.yml
+++ b/csit/metrics/prometheus.yml
@@ -93,3 +93,7 @@ scrape_configs:
basic_auth:
username: "runtimeUser"
password: "zb!XztG34"
+
+ - job_name: "node"
+ static_configs:
+ - targets: ["node-exporter:9100"]