From 3d97f873d014bd39dc743dd4d5b76c998123b65f Mon Sep 17 00:00:00 2001 From: Julien Fontaine Date: Tue, 27 Oct 2020 17:45:39 -0400 Subject: Blueprints Processor Metrics Add counter and timer for Blueprints Processor process to get success/failure and execution time for each blueprint execution using blueprint name, version and action. Issue-ID: CCSDK-2950 Change-Id: I38e8997de26effe69ec2ee9e2b6ed0da14de4a43 Signed-off-by: Julien Fontaine Signed-off-by: Jozsef Csongvai --- ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ms/blueprintsprocessor/modules/inbounds/health-api-common') diff --git a/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml b/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml index 93c9d18a5..2bfcbe38a 100644 --- a/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml @@ -36,6 +36,13 @@ org.onap.ccsdk.cds.blueprintsprocessor.modules rest-lib + + + + io.micrometer + micrometer-registry-prometheus + + org.springframework.boot spring-boot-starter-actuator -- cgit 1.2.3-korg