diff options
author | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2021-07-09 12:51:10 +0100 |
---|---|---|
committer | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2021-07-14 15:54:48 +0100 |
commit | b46d137c04a78f62d097f680e016558b815bd915 (patch) | |
tree | d20f0ca020ff6f49ad518ac0539b8143cbf14afd /cps-application/pom.xml | |
parent | 0190d0246ab18311fe12cdebb808d9f6e4b131c1 (diff) |
Expose Prometheus metrics for monitoring
Issue-ID: CPS-492
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Change-Id: I264066bd543daf2a45f2ec9a6b8cdf8012927828
Diffstat (limited to 'cps-application/pom.xml')
-rwxr-xr-x | cps-application/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-application/pom.xml b/cps-application/pom.xml index f656215c06..d8b626a57d 100755 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -66,6 +66,10 @@ <artifactId>spring-boot-starter-actuator</artifactId> </dependency> <dependency> + <groupId>io.micrometer</groupId> + <artifactId>micrometer-registry-prometheus</artifactId> + </dependency> + <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-sleuth</artifactId> </dependency> |