aboutsummaryrefslogtreecommitdiffstats
path: root/csit/metrics/prometheus.yml
diff options
context:
space:
mode:
Diffstat (limited to 'csit/metrics/prometheus.yml')
-rw-r--r--csit/metrics/prometheus.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/csit/metrics/prometheus.yml b/csit/metrics/prometheus.yml
index 1b292cd7..c2e0cf10 100644
--- a/csit/metrics/prometheus.yml
+++ b/csit/metrics/prometheus.yml
@@ -84,3 +84,16 @@ scrape_configs:
basic_auth:
username: "healthcheck"
password: "zb!XztG34"
+
+ - job_name: "acm-metrics"
+ metrics_path: "/prometheus"
+ static_configs:
+ - targets:
+ - "policy-clamp-runtime-acm:6969"
+ basic_auth:
+ username: "runtimeUser"
+ password: "zb!XztG34"
+
+ - job_name: "node"
+ static_configs:
+ - targets: ["node-exporter:9100"]