From 4f08dd3ccdfd900ba1d1edbf5f29de7d69595146 Mon Sep 17 00:00:00 2001 From: BOUHOURS Antoine Date: Mon, 13 May 2024 11:41:53 +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 74d3ab7..20e27c7 100644 --- a/pom.xml +++ b/pom.xml @@ -139,6 +139,10 @@ org.springdoc springdoc-openapi-starter-webmvc-ui + + org.springframework.boot + spring-boot-starter-actuator + @@ -158,8 +162,8 @@ runtime - org.springframework.boot - spring-boot-starter-actuator + io.micrometer + micrometer-registry-prometheus runtime From 67960c3ed6d3df7107e88364bbc44a68955f4ce3 Mon Sep 17 00:00:00 2001 From: BOUHOURS Antoine Date: Wed, 22 May 2024 14:39:18 +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 20e27c7..ba17ce3 100644 --- a/pom.xml +++ b/pom.xml @@ -139,10 +139,6 @@ org.springdoc springdoc-openapi-starter-webmvc-ui - - org.springframework.boot - spring-boot-starter-actuator - @@ -161,6 +157,11 @@ powsybl-config-classic runtime + + org.springframework.boot + spring-boot-starter-actuator + runtime + io.micrometer micrometer-registry-prometheus