From d721997af7dc348bcce051caa183ed6ee4c56043 Mon Sep 17 00:00:00 2001 From: BOUHOURS Antoine Date: Mon, 13 May 2024 11:41:44 +0200 Subject: [PATCH] Enable Prometheus in every microservice --- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5a1eaff..f6575d9 100644 --- a/pom.xml +++ b/pom.xml @@ -127,6 +127,10 @@ org.springframework.boot spring-boot-starter-web + + org.springframework.boot + spring-boot-starter-actuator + org.springframework.boot @@ -166,8 +170,8 @@ runtime - org.springframework.boot - spring-boot-starter-actuator + io.micrometer + micrometer-registry-prometheus runtime