diff --git a/pom.xml b/pom.xml
index fc2346b..6a69b1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -317,6 +317,13 @@
${spring_boot_version}
+
+
+ io.micrometer
+ micrometer-registry-prometheus
+ 1.8.5
+
+
com.zaxxer
HikariCP
diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml
index 95c7c5a..45c3e13 100644
--- a/src/main/resources/application.yaml
+++ b/src/main/resources/application.yaml
@@ -4,7 +4,7 @@ management:
endpoints:
web:
exposure:
- include: "health"
+ include: "health,prometheus"
spring:
main:
allow-circular-references: true