Auto-configure KairosDB metrics

Closes gh-14821
This commit is contained in:
Stephane Nicoll
2018-10-15 14:10:38 +02:00
parent 267eff15f1
commit 89349c6eb9
12 changed files with 434 additions and 0 deletions

View File

@@ -246,6 +246,11 @@
<artifactId>micrometer-registry-jmx</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-kairos</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-new-relic</artifactId>