From ea7701cc4857cb9e11944ab961e9cf5b1b74d765 Mon Sep 17 00:00:00 2001 From: longwen <904235992@qq.com> Date: Fri, 18 Sep 2020 11:58:47 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20Fixing=20a=20bug.=20=20https://gitee.co?= =?UTF-8?q?m/log4j/pig/issues/I1VPSR=20=20=20=20=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20=20=20=20=20nacos=20=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E5=90=8E=E4=B8=80=E7=9B=B4=E5=9C=A8=E5=B0=9D=E8=AF=95=E5=88=9B?= =?UTF-8?q?=E5=BB=BA"mydb"=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pig-register/src/main/resources/application.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pig-register/src/main/resources/application.yml b/pig-register/src/main/resources/application.yml index 54640f5e..33df5f34 100755 --- a/pig-register/src/main/resources/application.yml +++ b/pig-register/src/main/resources/application.yml @@ -28,3 +28,10 @@ spring: useAddressServer: true +management: + metrics: + export: + influx: + enabled: false + elastic: + enabled: false