Skip to content

Commit

Permalink
chore: added the prometheus metrics support to the mag
Browse files Browse the repository at this point in the history
  • Loading branch information
lfdesousa committed May 16, 2024
1 parent 3f0b42f commit d50d73d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>

<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
<scope>runtime</scope>
</dependency>

<!-- <dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-rest-starter</artifactId>
Expand Down

0 comments on commit d50d73d

Please sign in to comment.