Skip to content

Commit

Permalink
Merge pull request #10 from corona-warn-app/fix/monitoring
Browse files Browse the repository at this point in the history
fix: added prometheus dependency
  • Loading branch information
mschulte-tsi authored Aug 2, 2021
2 parents 006df2c + bf677db commit 079ac26
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,14 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-vault-config</artifactId>
Expand Down

0 comments on commit 079ac26

Please sign in to comment.