diff options
author | Adheli Tavares <adheli.tavares@est.tech> | 2023-11-29 13:06:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-11-29 13:06:59 +0000 |
commit | 5a933e9b61471e552e21dc1df3d220f7d8fa4156 (patch) | |
tree | b241ba1af8881df447872217942f1a96bcf3ea23 /helm/prometheus/resources/prometheus.yml | |
parent | 2dfbd9392673d8b8b76e44ccb94be0c961c8e9d1 (diff) | |
parent | 27979cf989b6767b2a328a5b9b3c7ad93eb11c0c (diff) |
Merge "Add policy participant in prometheus configuration"
Diffstat (limited to 'helm/prometheus/resources/prometheus.yml')
-rw-r--r-- | helm/prometheus/resources/prometheus.yml | 9 |
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" |