diff --git a/komga/build.gradle.kts b/komga/build.gradle.kts index 4c43313c7..47b2d5049 100644 --- a/komga/build.gradle.kts +++ b/komga/build.gradle.kts @@ -51,6 +51,7 @@ dependencies { implementation("io.github.microutils:kotlin-logging:1.7.6") implementation("io.micrometer:micrometer-registry-humio") + implementation("io.micrometer:micrometer-registry-influx") run { val springfoxVersion = "2.9.2" diff --git a/komga/src/main/resources/application.yml b/komga/src/main/resources/application.yml index 8e0c0713f..70eadaf6b 100644 --- a/komga/src/main/resources/application.yml +++ b/komga/src/main/resources/application.yml @@ -13,4 +13,9 @@ management: health: roles: ADMIN show-details: when_authorized -management.metrics.export.humio.enabled: false + metrics: + export: + influx: + enabled: false + humio: + enabled: false