diff options
author | Rashmi Pujar <rashmi.pujar1@bell.ca> | 2021-11-26 07:44:23 -0500 |
---|---|---|
committer | Rashmi Pujar <rashmi.pujar1@bell.ca> | 2021-11-30 11:23:53 -0500 |
commit | df756c6862e4a94b43e85c3b95b50fb305c9ee76 (patch) | |
tree | 9acc4abfc21753711abffadabd5ab9610ac99714 /pom.xml | |
parent | 886976ee99995c83dac4b6a7805c3d1514c5ce18 (diff) |
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 <rashmi.pujar1@bell.ca>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.5.0</version> + <version>3.5.1-SNAPSHOT</version> <relativePath /> </parent> @@ -45,8 +45,8 @@ <version.commons-cli>1.4</version.commons-cli> <version.kafka>2.3.0</version.kafka> <version.hibernate>5.3.7.Final</version.hibernate> - <version.policy.common>1.10.0</version.policy.common> - <version.policy.models>2.6.0</version.policy.models> + <version.policy.common>1.10.1-SNAPSHOT</version.policy.common> + <version.policy.models>2.6.1-SNAPSHOT</version.policy.models> <version.jgroups>4.1.5.Final</version.jgroups> <version.caffeine>2.8.0</version.caffeine> <sonar.javascript.lcov.reportPaths>${project.basedir}/target/code-coverage/lcov.info</sonar.javascript.lcov.reportPaths> @@ -129,7 +129,7 @@ <profiles> <profile> - <!--This profile is used to store Eclipse m2e settings only. It has no + <!--This profile is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. --> <id>only-eclipse</id> <activation> @@ -223,4 +223,4 @@ <module>tools</module> <module>packages</module> </modules> -</project> +</project>
\ No newline at end of file |