From 87abd7dbf329bb75e56a76f6adf553718ad3d81d Mon Sep 17 00:00:00 2001 From: BOUHOURS Antoine Date: Mon, 13 May 2024 11:41:43 +0200 Subject: [PATCH] Enable Prometheus in every microservice Signed-off-by: BOUHOURS Antoine --- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 895a29f..c17dc3d 100644 --- a/pom.xml +++ b/pom.xml @@ -130,6 +130,10 @@ org.springdoc springdoc-openapi-starter-webmvc-ui + + org.springframework.boot + spring-boot-starter-actuator + @@ -138,8 +142,8 @@ runtime - org.springframework.boot - spring-boot-starter-actuator + io.micrometer + micrometer-registry-prometheus runtime