From b7a9c405de95315ce38b4913a1efee9bfd03fe04 Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Wed, 12 Oct 2022 14:58:43 +0100 Subject: 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 Change-Id: Id4fafd016beb8614ce99e0c1a5985dec52d69270 --- csit/metrics/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csit/metrics/prometheus.yml') 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" -- cgit 1.2.3-korg