mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 01:11:24 +01:00
Add dependencies for additional metric aggregators.
This commit is contained in:
committed by
Jon Chambers
parent
08f203c0c2
commit
403aa5fd3e
@@ -77,7 +77,19 @@
|
||||
<dependency>
|
||||
<groupId>io.micrometer</groupId>
|
||||
<artifactId>micrometer-registry-wavefront</artifactId>
|
||||
<version>1.5.1</version>
|
||||
<version>1.5.2</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.micrometer</groupId>
|
||||
<artifactId>micrometer-registry-new-relic</artifactId>
|
||||
<version>1.5.2</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.newrelic.telemetry</groupId>
|
||||
<artifactId>dropwizard-metrics-newrelic</artifactId>
|
||||
<version>0.5.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user