Add auto-configuration for exporting metrics to StatsD

Closes gh-10522
This commit is contained in:
Jon Schneider
2017-10-04 22:20:30 -05:00
committed by Andy Wilkinson
parent ff636b58e1
commit e2453a17c7
8 changed files with 336 additions and 2 deletions

View File

@@ -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>