aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorandre.schmid <andre.schmid@est.tech>2022-04-06 15:42:02 +0100
committerMichael Morris <michael.morris@est.tech>2022-04-14 23:11:10 +0000
commite02ad3ed9ce507d8b78cc511ea1832a86f77c274 (patch)
tree1adb781b5314b3f36b81f533316860f8040a824d /pom.xml
parenteb8de3664309f577362df7710d6cd93d00a734e2 (diff)
Add application metrics in the onboarding backend
A new endpoint was introduced /onboarding-api/v1.0/actuator/prometheus in the onboarding backend, that returns application metrics in a format consumable by prometheus, using the micrometer library. Change-Id: I684b5cab55947c6bedee1b838343676489ad3ebf Issue-ID: SDC-3956 Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6b1ddd4ec3..911f9b2f87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,6 +191,8 @@ Modifications copyright (c) 2018-2019 Nokia
<docker.username>docker</docker.username>
<docker.registry>nexus3.onap.org:10001</docker.registry>
+ <micrometer.version>1.8.4</micrometer.version>
+
<verbose>false</verbose>
</properties>