mirror of
https://github.com/gotson/komga.git
synced 2026-01-03 14:24:11 +01:00
add humio metrics exporter, disabled by default
This commit is contained in:
parent
1516b1289c
commit
9edc6566c9
2 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -12,4 +12,5 @@ management:
|
|||
endpoint:
|
||||
health:
|
||||
roles: ADMIN
|
||||
show-details: when_authorized
|
||||
show-details: when_authorized
|
||||
management.metrics.export.humio.enabled: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue