Skip to content

Commit 29469e5

Browse files
authored
Enable Prometheus in every microservice (#138)
Signed-off-by: BOUHOURS Antoine <[email protected]>
1 parent 09ac9b3 commit 29469e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,11 @@
233233
<artifactId>spring-boot-starter-actuator</artifactId>
234234
<scope>runtime</scope>
235235
</dependency>
236+
<dependency>
237+
<groupId>io.micrometer</groupId>
238+
<artifactId>micrometer-registry-prometheus</artifactId>
239+
<scope>runtime</scope>
240+
</dependency>
236241
<dependency>
237242
<groupId>org.postgresql</groupId>
238243
<artifactId>postgresql</artifactId>

0 commit comments

Comments
 (0)