summaryrefslogtreecommitdiffstats
path: root/helm/prometheus/resources/prometheus.yml
diff options
context:
space:
mode:
authorFrancescoFioraEst <francesco.fiora@est.tech>2023-11-28 13:45:25 +0000
committerFrancesco Fiora <francesco.fiora@est.tech>2023-11-29 10:43:07 +0000
commit27979cf989b6767b2a328a5b9b3c7ad93eb11c0c (patch)
treefccd2f16b6761ec799c0fa7d255012e83c2c72e9 /helm/prometheus/resources/prometheus.yml
parent0a32da8957faea5b96de55b540f594dc6bf9bfba (diff)
Add policy participant in prometheus configuration
Issue-ID: POLICY-4891 Change-Id: I9dc733ed8680302f19d6a029592911f987e83e92 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'helm/prometheus/resources/prometheus.yml')
-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"