From 82bd1341abf86600509dc2519d471a77e2d42ab5 Mon Sep 17 00:00:00 2001 From: yaoxuwan Date: Fri, 17 Nov 2023 09:45:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20fs-server=E5=9C=A8=E6=9C=AA=E9=85=8D?= =?UTF-8?q?=E7=BD=AEinfluxdb=E6=97=B6=E6=8A=A5=E9=94=99=20#1355=20(#1449)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fs/boot-fs-server/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/fs/boot-fs-server/src/main/resources/application.properties b/src/backend/fs/boot-fs-server/src/main/resources/application.properties index 3de3a5d047..55f8920e96 100644 --- a/src/backend/fs/boot-fs-server/src/main/resources/application.properties +++ b/src/backend/fs/boot-fs-server/src/main/resources/application.properties @@ -5,3 +5,4 @@ management.endpoints.web.exposure.include=* management.endpoints.jmx.exposure.exclude=* management.endpoint.health.show-details=always management.endpoint.shutdown.enabled=true +management.metrics.export.influx.enabled=false