We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93e48c commit db47275Copy full SHA for db47275
prometheus-metrics-bom/pom.xml
@@ -72,6 +72,16 @@
72
<artifactId>prometheus-metrics-instrumentation-dropwizard5</artifactId>
73
<version>${project.version}</version>
74
</dependency>
75
+ <dependency>
76
+ <groupId>io.prometheus</groupId>
77
+ <artifactId>prometheus-metrics-instrumentation-caffeine</artifactId>
78
+ <version>${project.version}</version>
79
+ </dependency>
80
81
82
+ <artifactId>prometheus-metrics-instrumentation-guava</artifactId>
83
84
85
<dependency>
86
<groupId>io.prometheus</groupId>
87
<artifactId>prometheus-metrics-instrumentation-jvm</artifactId>
0 commit comments