Skip to content

Commit

Permalink
Enable Prometheus in every microservice
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebhs committed May 13, 2024
1 parent 7ba466c commit 9e0d1eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,11 @@
<artifactId>log4j-over-slf4j</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
<scope>runtime</scope>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit 9e0d1eb

Please sign in to comment.