Skip to content

Commit a5bcc02

Browse files
authored
Legger på prometheus dropwizand client. (#55)
1 parent 1ada1f9 commit a5bcc02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,11 @@
325325
</dependency>
326326

327327
<!-- Metrics -->
328+
<dependency>
329+
<groupId>io.prometheus</groupId>
330+
<artifactId>simpleclient_dropwizard</artifactId>
331+
<version>${prometheus.version}</version>
332+
</dependency>
328333
<dependency>
329334
<groupId>io.prometheus</groupId>
330335
<artifactId>simpleclient_servlet</artifactId>

0 commit comments

Comments
 (0)