From e02ad3ed9ce507d8b78cc511ea1832a86f77c274 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Wed, 6 Apr 2022 15:42:02 +0100 Subject: 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 --- .../api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml index 09235e5f5c..9d5f962643 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml @@ -95,6 +95,11 @@ externaltesting-rest-services ${project.version} + + org.openecomp.sdc + metrics-rest + ${project.version} + javax.servlet javax.servlet-api -- cgit 1.2.3-korg