From 55df968651d2d27183bed70deca7737a947a073f Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 11 Feb 2022 12:04:36 +0800 Subject: [PATCH] fix(metrics): configure step for 24h --- komga/src/main/resources/application.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/komga/src/main/resources/application.yml b/komga/src/main/resources/application.yml index 343d8e255..2514ed341 100644 --- a/komga/src/main/resources/application.yml +++ b/komga/src/main/resources/application.yml @@ -73,6 +73,9 @@ management: export: influx: enabled: false + simple: + enabled: true + step: 24h springdoc: group-configs: - group: REST API