Skip to content

Commit

Permalink
add dependencies for prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
spaced committed Oct 3, 2024
1 parent 0d18300 commit fa76e00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ebics-rest-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit fa76e00

Please sign in to comment.