Skip to content

Commit

Permalink
Add instrumentation for Guava & Caffeine to BOM
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Trulson <[email protected]>
  • Loading branch information
der-eismann committed Nov 7, 2024
1 parent da91960 commit b5631b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions prometheus-metrics-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@
<artifactId>prometheus-metrics-instrumentation-dropwizard5</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>prometheus-metrics-instrumentation-caffeine</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>prometheus-metrics-instrumentation-guava</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>prometheus-metrics-instrumentation-jvm</artifactId>
Expand Down

0 comments on commit b5631b9

Please sign in to comment.