diff options
author | KAPIL SINGAL <ks220y@att.com> | 2020-10-28 17:04:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-28 17:04:23 +0000 |
commit | 68b7d0df04387b709ed5a403a5a9f240b6dbffba (patch) | |
tree | a32bbb7b6e9845fa01ea5fc2cd69eaf1593f5439 /ms/blueprintsprocessor/modules/inbounds/health-api-common | |
parent | e4eb1fc26edd78b62e9e05d00dc5fec44b2be534 (diff) | |
parent | 3d97f873d014bd39dc743dd4d5b76c998123b65f (diff) |
Merge "Blueprints Processor Metrics"
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds/health-api-common')
-rw-r--r-- | ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> <artifactId>rest-lib</artifactId> </dependency> + + <!-- Micrometer Prometheus --> + <dependency> + <groupId>io.micrometer</groupId> + <artifactId>micrometer-registry-prometheus</artifactId> + </dependency> + <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> |