From a8bc3e6ec638315b857483aa8eb0a0225a451cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Mon, 14 Nov 2022 17:37:46 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=20=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/skywalking/agent/config/agent.config | 2 +- ruoyi-visual/pom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker/skywalking/agent/config/agent.config b/docker/skywalking/agent/config/agent.config index 54157bcd..236135e7 100644 --- a/docker/skywalking/agent/config/agent.config +++ b/docker/skywalking/agent/config/agent.config @@ -100,7 +100,7 @@ collector.heartbeat_period=${SW_AGENT_COLLECTOR_HEARTBEAT_PERIOD:30} # collector.heartbeat_period * collector.properties_report_period_factor seconds collector.properties_report_period_factor=${SW_AGENT_COLLECTOR_PROPERTIES_REPORT_PERIOD_FACTOR:10} # Backend service addresses. -collector.backend_service=${SW_AGENT_COLLECTOR_BACKEND_SERVICES:127.0.0.1:11800} +# collector.backend_service=${SW_AGENT_COLLECTOR_BACKEND_SERVICES:127.0.0.1:11800} # How long grpc client will timeout in sending data to upstream. Unit is second. collector.grpc_upstream_timeout=${SW_AGENT_COLLECTOR_GRPC_UPSTREAM_TIMEOUT:30} # Sniffer get profile task list interval. diff --git a/ruoyi-visual/pom.xml b/ruoyi-visual/pom.xml index d9a93736..2ca0f44f 100644 --- a/ruoyi-visual/pom.xml +++ b/ruoyi-visual/pom.xml @@ -37,10 +37,10 @@ - - com.ruoyi - ruoyi-common-prometheus - + + + +