diff --git a/komga/src/main/resources/application-dev.yml b/komga/src/main/resources/application-dev.yml index 888fe8326..b449414c0 100644 --- a/komga/src/main/resources/application-dev.yml +++ b/komga/src/main/resources/application-dev.yml @@ -30,9 +30,12 @@ logging: rollingpolicy: max-history: 1 -management.metrics.export.influx: - # enabled: true - uri: http://localhost:8086 +management: + influx: + metrics: + export: + uri: http://localhost:8086 +# enabled: true springdoc: cache: @@ -41,3 +44,4 @@ springdoc: #server: # servlet: # context-path: /komga + diff --git a/komga/src/main/resources/application.yml b/komga/src/main/resources/application.yml index 17e79e5af..7f5bb4fdb 100644 --- a/komga/src/main/resources/application.yml +++ b/komga/src/main/resources/application.yml @@ -70,18 +70,20 @@ management: show-details: when_authorized shutdown: enabled: true - metrics: - export: - influx: - enabled: false - simple: - enabled: true - step: 24h info: java: enabled: true os: enabled: true + simple: + metrics: + export: + enabled: true + step: 24h + influx: + metrics: + export: + enabled: false springdoc: group-configs: - group: REST API