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.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/csit/metrics/prometheus.yml b/csit/metrics/prometheus.yml
index 1b292cd7..934f7543 100644
--- a/csit/metrics/prometheus.yml
+++ b/csit/metrics/prometheus.yml
@@ -84,3 +84,12 @@ 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"