diff options
Diffstat (limited to 'helm/prometheus/resources/prometheus.yml')
-rw-r--r-- | helm/prometheus/resources/prometheus.yml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/helm/prometheus/resources/prometheus.yml b/helm/prometheus/resources/prometheus.yml index 04451de3..b3f656fe 100644 --- a/helm/prometheus/resources/prometheus.yml +++ b/helm/prometheus/resources/prometheus.yml @@ -95,7 +95,7 @@ scrape_configs: username: "runtimeUser" password: "zb!XztG34" - - job_name: "acm-participant-metrics" + - job_name: "acm-participant-policy-metrics" metrics_path: "/onap/policyparticipant/prometheus" static_configs: - targets: @@ -103,3 +103,21 @@ scrape_configs: basic_auth: username: "participantUser" password: "zb!XztG34" + + - job_name: "acm-participant-http-metrics" + metrics_path: "/onap/httpparticipant/prometheus" + static_configs: + - targets: + - "policy-clamp-ac-http-ppnt:8084" + basic_auth: + username: "participantUser" + password: "zb!XztG34" + + - job_name: "acm-participant-k8s-metrics" + metrics_path: "/onap/k8sparticipant/prometheus" + static_configs: + - targets: + - "policy-clamp-ac-k8s-ppnt:8083" + basic_auth: + username: "participantUser" + password: "zb!XztG34" |