From b67399b143328e0f31ebf0f679f72c4fda062e3d Mon Sep 17 00:00:00 2001 From: Pawel Date: Fri, 14 May 2021 10:00:19 +0200 Subject: Temporary add mvn profile for enabling/disabling Prometheus metrics Issue-ID: DCAEGEN2-2683 Signed-off-by: Pawel Change-Id: I482098f0d9bfc71ada771c3dc74a43ee29423a73 --- Changelog.md | 3 +++ pom.xml | 42 +++++++++++++++++++++++++----------------- version.properties | 2 +- 3 files changed, 29 insertions(+), 18 deletions(-) diff --git a/Changelog.md b/Changelog.md index c95ba903..2dd8933c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -52,3 +52,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [1.9.1] - 22/03/2021 - [DCAEGEN2-2683](https://jira.onap.org/browse/DCAEGEN2-2683) - Enable Spring Prometheus metrics end-point in VES Remove mvn profile for enable/disable Prometheus metrics +## [1.9.2] - 14/05/2021 + - [DCAEGEN2-2683](https://jira.onap.org/browse/DCAEGEN2-2683) - Enable Spring Prometheus metrics end-point in VES + Temporary add mvn profile for enabling/disabling Prometheus metrics diff --git a/pom.xml b/pom.xml index c1884320..dd8bbc2d 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.onap.dcaegen2.collectors.ves VESCollector - 1.9.1-SNAPSHOT + 1.9.2-SNAPSHOT dcaegen2-collectors-ves VESCollector @@ -207,6 +207,30 @@ + + buildForPerfTests + + false + + + + + org.springframework.boot + spring-boot-starter-actuator + ${spring.version} + + + io.micrometer + micrometer-registry-prometheus + ${micrometer.version} + + + io.micrometer + micrometer-core + ${micrometer.version} + + + with-system-proxy @@ -266,22 +290,6 @@ - - - org.springframework.boot - spring-boot-starter-actuator - ${spring.version} - - - io.micrometer - micrometer-registry-prometheus - ${micrometer.version} - - - io.micrometer - micrometer-core - ${micrometer.version} - com.networknt diff --git a/version.properties b/version.properties index e31b2def..aede13cb 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=9 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg