Skip to content

Commit

Permalink
add humio metrics exporter, disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Oct 25, 2019
1 parent 1516b12 commit 9edc656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions komga/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion komga/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ management:
endpoint:
health:
roles: ADMIN
show-details: when_authorized
show-details: when_authorized
management.metrics.export.humio.enabled: false

0 comments on commit 9edc656

Please sign in to comment.