aboutsummaryrefslogtreecommitdiffstats
path: root/helm/prometheus
diff options
context:
space:
mode:
Diffstat (limited to 'helm/prometheus')
-rw-r--r--helm/prometheus/resources/prometheus.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/helm/prometheus/resources/prometheus.yml b/helm/prometheus/resources/prometheus.yml
index 70041c97..04451de3 100644
--- a/helm/prometheus/resources/prometheus.yml
+++ b/helm/prometheus/resources/prometheus.yml
@@ -94,3 +94,12 @@ scrape_configs:
basic_auth:
username: "runtimeUser"
password: "zb!XztG34"
+
+ - job_name: "acm-participant-metrics"
+ metrics_path: "/onap/policyparticipant/prometheus"
+ static_configs:
+ - targets:
+ - "policy-clamp-ac-pf-ppnt:6969"
+ basic_auth:
+ username: "participantUser"
+ password: "zb!XztG34"