Skip to content

Commit

Permalink
feat: refactor micrometer-registry-prometheus usage, with reasonable …
Browse files Browse the repository at this point in the history
…defaults
  • Loading branch information
dmitriidenisenko committed Dec 3, 2024
1 parent 6b49a57 commit c97eb89
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
Expand Down

0 comments on commit c97eb89

Please sign in to comment.