add humio metrics exporter, disabled by default

This commit is contained in:
Gauthier Roebroeck 2019-10-25 10:56:52 +08:00
parent 1516b1289c
commit 9edc6566c9
2 changed files with 3 additions and 1 deletions

View file

@ -50,6 +50,7 @@ dependencies {
// implementation("com.github.ben-manes.caffeine:caffeine:2.7.0")
implementation("io.github.microutils:kotlin-logging:1.7.6")
implementation("io.micrometer:micrometer-registry-humio")
run {
val springfoxVersion = "2.9.2"

View file

@ -12,4 +12,5 @@ management:
endpoint:
health:
roles: ADMIN
show-details: when_authorized
show-details: when_authorized
management.metrics.export.humio.enabled: false