refactor: replace deprecated configuration keys

This commit is contained in:
Gauthier Roebroeck 2022-11-10 17:16:16 +08:00
parent 7a3c1d84c1
commit 1b69cd03b5
2 changed files with 16 additions and 10 deletions

View file

@ -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

View file

@ -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