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 --- openecomp-be/api/openecomp-sdc-rest-webapp/pom.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/pom.xml') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/pom.xml index 1dccc5c188..6f8e69d8d7 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/pom.xml @@ -29,6 +29,7 @@ togglz-rest unique-type-rest externaltesting-rest + metrics-rest -- cgit 1.2.3-korg