From c6d19087f102c9113c16ce0aa19af8b784b3407b Mon Sep 17 00:00:00 2001 From: Antoine Bouhours Date: Wed, 29 May 2024 16:35:59 +0200 Subject: [PATCH] Enable Prometheus in every microservice (#33) Signed-off-by: BOUHOURS Antoine --- pom.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 28a51b6..041d796 100644 --- a/pom.xml +++ b/pom.xml @@ -143,10 +143,6 @@ org.springframework.boot spring-boot-autoconfigure - - org.springframework.boot - spring-boot-starter-actuator - org.springframework.boot @@ -224,6 +220,16 @@ log4j-over-slf4j runtime + + org.springframework.boot + spring-boot-starter-actuator + runtime + + + io.micrometer + micrometer-registry-prometheus + runtime + com.google.guava