From df756c6862e4a94b43e85c3b95b50fb305c9ee76 Mon Sep 17 00:00:00 2001 From: Rashmi Pujar Date: Fri, 26 Nov 2021 07:44:23 -0500 Subject: Prometheus metrics for policy deploy/undeploy requests for APEX Added counters for: - Policy deploy/undeploy requests total - Policy deploy/undeploy successful requests total - Policy deploy/undeploy failed requests total Cleaned up unused method resetAllStatistics. Fixed some checkstyle warnings Update to latest snapshot for parent, and common modules Depends on https://gerrit.onap.org/r/c/policy/parent/+/125974 for build to pass. Issue-ID: POLICY-3760 Change-Id: I4a9447c9caea7a018dba86057b9dae3871910709 Signed-off-by: Rashmi Pujar --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 67cf39650..fa178475e 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent integration - 3.5.0 + 3.5.1-SNAPSHOT @@ -45,8 +45,8 @@ 1.4 2.3.0 5.3.7.Final - 1.10.0 - 2.6.0 + 1.10.1-SNAPSHOT + 2.6.1-SNAPSHOT 4.1.5.Final 2.8.0 ${project.basedir}/target/code-coverage/lcov.info @@ -129,7 +129,7 @@ - only-eclipse @@ -223,4 +223,4 @@ tools packages - + \ No newline at end of file -- cgit 1.2.3-korg