diff options
author | Julien Fontaine <julien.fontaine@bell.ca> | 2020-10-27 17:45:39 -0400 |
---|---|---|
committer | Julien Fontaine <julien.fontaine@bell.ca> | 2020-10-28 10:14:09 -0400 |
commit | 3d97f873d014bd39dc743dd4d5b76c998123b65f (patch) | |
tree | 49a33b3b788cb8dd3b2cb1ee3f94b92d96cc04e2 /ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml | |
parent | 3cf2196942c6a5378bb8b2483d7bdd9c0e76ab10 (diff) |
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 <julien.fontaine@bell.ca>
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml')
-rwxr-xr-x | ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml index f136af379..706dd458a 100755 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml @@ -81,5 +81,10 @@ </exclusion> </exclusions> </dependency> + + <dependency> + <groupId>io.micrometer</groupId> + <artifactId>micrometer-core</artifactId> + </dependency> </dependencies> </project> |