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/config/pap/papParameters.yaml | |
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/config/pap/papParameters.yaml')
-rw-r--r-- | csit/config/pap/papParameters.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csit/config/pap/papParameters.yaml b/csit/config/pap/papParameters.yaml index bb050205..27e793f5 100644 --- a/csit/config/pap/papParameters.yaml +++ b/csit/config/pap/papParameters.yaml @@ -80,4 +80,5 @@ management: base-path: / exposure: include: health, metrics, prometheus + path-mapping.metrics: plain-metrics path-mapping.prometheus: metrics |