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 64f02ea commit 3814e48Copy full SHA for 3814e48
prometheus-metrics-bom/pom.xml
@@ -67,6 +67,11 @@
67
<artifactId>prometheus-metrics-exposition-formats</artifactId>
68
<version>${project.version}</version>
69
</dependency>
70
+ <dependency>
71
+ <groupId>io.prometheus</groupId>
72
+ <artifactId>prometheus-metrics-instrumentation-dropwizard</artifactId>
73
+ <version>${project.version}</version>
74
+ </dependency>
75
<dependency>
76
<groupId>io.prometheus</groupId>
77
<artifactId>prometheus-metrics-instrumentation-dropwizard5</artifactId>
0 commit comments