From b46d137c04a78f62d097f680e016558b815bd915 Mon Sep 17 00:00:00 2001 From: "puthuparambil.aditya" Date: Fri, 9 Jul 2021 12:51:10 +0100 Subject: Expose Prometheus metrics for monitoring Issue-ID: CPS-492 Signed-off-by: puthuparambil.aditya Change-Id: I264066bd543daf2a45f2ec9a6b8cdf8012927828 --- cps-application/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cps-application/pom.xml') 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 @@ -65,6 +65,10 @@ org.springframework.boot spring-boot-starter-actuator + + io.micrometer + micrometer-registry-prometheus + org.springframework.cloud spring-cloud-starter-sleuth -- cgit 1.2.3-korg