Skip to content

Commit

Permalink
add metrics exporter for InfluxDB (disabled by default)
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Nov 4, 2019
1 parent 5221f22 commit 80cbbe0
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -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"
Expand Down
7 changes: 6 additions & 1 deletion komga/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 80cbbe0

Please sign in to comment.