Skip to content

Commit

Permalink
Add instrumentation for Guava & Caffeine to BOM (#1175)
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Trulson <der-eismann@users.noreply.github.com>
Co-authored-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
  • Loading branch information
der-eismann and zeitlinger authored Nov 12, 2024
1 parent c93e48c commit db47275
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 db47275

Please sign in to comment.