From e8cefd3632bfd8117690e940de078f5a9ba97b57 Mon Sep 17 00:00:00 2001 From: GOKULRAJ C <110164849+GOKULRAJ136@users.noreply.github.com> Date: Tue, 7 Feb 2023 12:47:15 +0530 Subject: [PATCH] MOSIP-25067: Added Prometheus Related Dependencies --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 411892fae..69d501c43 100644 --- a/pom.xml +++ b/pom.xml @@ -82,6 +82,16 @@ + + io.micrometer + micrometer-core + ${io.micrometer.prometheus.version} + + + io.micrometer + micrometer-registry-prometheus + ${io.micrometer.prometheus.version} + org.springframework.boot spring-boot-starter-web