From d721997af7dc348bcce051caa183ed6ee4c56043 Mon Sep 17 00:00:00 2001 From: BOUHOURS Antoine Date: Mon, 13 May 2024 11:41:44 +0200 Subject: [PATCH 1/2] 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 From bdf3e6c3048bba6f8915c80cfcdb44b435fb2838 Mon Sep 17 00:00:00 2001 From: BOUHOURS Antoine Date: Wed, 22 May 2024 14:39:14 +0200 Subject: [PATCH 2/2] Review suggestions Signed-off-by: BOUHOURS Antoine --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index f6575d9..560d633 100644 --- a/pom.xml +++ b/pom.xml @@ -127,10 +127,6 @@ org.springframework.boot spring-boot-starter-web - - org.springframework.boot - spring-boot-starter-actuator - org.springframework.boot @@ -169,6 +165,11 @@ powsybl-triple-store-impl-rdf4j runtime + + org.springframework.boot + spring-boot-starter-actuator + runtime + io.micrometer micrometer-registry-prometheus