Add auto-configuration for exporting metrics to StatsD
Closes gh-10522
This commit is contained in:
committed by
Andy Wilkinson
parent
ff636b58e1
commit
e2453a17c7
@@ -942,6 +942,11 @@
|
||||
<artifactId>micrometer-registry-prometheus</artifactId>
|
||||
<version>${micrometer.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.micrometer</groupId>
|
||||
<artifactId>micrometer-registry-statsd</artifactId>
|
||||
<version>${micrometer.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-bom</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user