Skip to content

Commit db47275

Browse files
Add instrumentation for Guava & Caffeine to BOM (#1175)
Signed-off-by: Philipp Trulson <[email protected]> Co-authored-by: Gregor Zeitlinger <[email protected]>
1 parent c93e48c commit db47275

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

prometheus-metrics-bom/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@
7272
<artifactId>prometheus-metrics-instrumentation-dropwizard5</artifactId>
7373
<version>${project.version}</version>
7474
</dependency>
75+
<dependency>
76+
<groupId>io.prometheus</groupId>
77+
<artifactId>prometheus-metrics-instrumentation-caffeine</artifactId>
78+
<version>${project.version}</version>
79+
</dependency>
80+
<dependency>
81+
<groupId>io.prometheus</groupId>
82+
<artifactId>prometheus-metrics-instrumentation-guava</artifactId>
83+
<version>${project.version}</version>
84+
</dependency>
7585
<dependency>
7686
<groupId>io.prometheus</groupId>
7787
<artifactId>prometheus-metrics-instrumentation-jvm</artifactId>

0 commit comments

Comments
 (0)