Skip to content

Commit e4bc4e5

Browse files
authored
Enable Prometheus in every microservice (#560)
Signed-off-by: BOUHOURS Antoine <[email protected]>
1 parent cfc3988 commit e4bc4e5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
<groupId>org.springdoc</groupId>
183183
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
184184
</dependency>
185-
185+
186186
<dependency>
187187
<groupId>com.jayway.jsonpath</groupId>
188188
<artifactId>json-path-assert</artifactId>
@@ -227,6 +227,11 @@
227227
<artifactId>spring-boot-starter-actuator</artifactId>
228228
<scope>runtime</scope>
229229
</dependency>
230+
<dependency>
231+
<groupId>io.micrometer</groupId>
232+
<artifactId>micrometer-registry-prometheus</artifactId>
233+
<scope>runtime</scope>
234+
</dependency>
230235
<dependency>
231236
<groupId>org.springframework.boot</groupId>
232237
<artifactId>spring-boot-actuator</artifactId>

0 commit comments

Comments
 (0)