Skip to content

Commit

Permalink
♻️ Refactor metrics service to use prometheus simpleclient_dropwizard
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang committed Jul 18, 2023
1 parent df29af2 commit 0128478
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 1,354 deletions.
10 changes: 10 additions & 0 deletions metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_dropwizard</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_common</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down
186 changes: 0 additions & 186 deletions metrics/src/main/java/org/restheart/metrics/MetricsJsonGenerator.java

This file was deleted.

Loading

0 comments on commit 0128478

Please sign in to comment.