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 1c2538d commit 855ec69
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,19 @@
<groupId>com.iqkv.boot</groupId>
<artifactId>boot-starter-kafka</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</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-validation</artifactId>
Expand Down

0 comments on commit 855ec69

Please sign in to comment.