Skip to content

Commit

Permalink
adding simple micrometer's simple client for prometheus
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <[email protected]>
  • Loading branch information
matzew committed Jan 16, 2025
1 parent f6f8602 commit 58a3928
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data-plane/dispatcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
<version>${project.version}</version>
</dependency>

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

<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-core</artifactId>
Expand Down

0 comments on commit 58a3928

Please sign in to comment.