Skip to content

Commit 0d8089d

Browse files
authored
Enable Prometheus in every microservice (#98)
Signed-off-by: BOUHOURS Antoine <[email protected]>
1 parent 4e44780 commit 0d8089d

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
@@ -128,6 +128,11 @@
128128
<artifactId>spring-boot-starter-actuator</artifactId>
129129
<scope>runtime</scope>
130130
</dependency>
131+
<dependency>
132+
<groupId>io.micrometer</groupId>
133+
<artifactId>micrometer-registry-prometheus</artifactId>
134+
<scope>runtime</scope>
135+
</dependency>
131136
<dependency>
132137
<groupId>org.postgresql</groupId>
133138
<artifactId>postgresql</artifactId>

0 commit comments

Comments
 (0)