diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2022-10-12 14:58:43 +0100 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2022-10-12 16:32:50 +0100 |
commit | b7a9c405de95315ce38b4913a1efee9bfd03fe04 (patch) | |
tree | 5892505be34ebfb3789f2e2d109f617ba089b7d0 /csit/metrics/prometheus.yml | |
parent | 98aba67b5c82af49b467b6742e38de031d6b73b5 (diff) |
Fix CSIT failure in CLAMP, API and PAP tests
ACM servlet context path is updated to the CLAMP config file.
Fixed prometheus endpoints in API and PAP.
Issue-ID: POLICY-4394
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: Id4fafd016beb8614ce99e0c1a5985dec52d69270
Diffstat (limited to 'csit/metrics/prometheus.yml')
-rw-r--r-- | csit/metrics/prometheus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/metrics/prometheus.yml b/csit/metrics/prometheus.yml index c2e0cf10..4ad11752 100644 --- a/csit/metrics/prometheus.yml +++ b/csit/metrics/prometheus.yml @@ -86,7 +86,7 @@ scrape_configs: password: "zb!XztG34" - job_name: "acm-metrics" - metrics_path: "/prometheus" + metrics_path: "/onap/policy/clamp/acm/prometheus" static_configs: - targets: - "policy-clamp-runtime-acm:6969" |