From 820a532d627617674c0f07124c9739ca884583c9 Mon Sep 17 00:00:00 2001 From: gaoqr <13665037151@163.com> Date: Thu, 10 Jul 2025 16:12:15 +0800 Subject: [PATCH] =?UTF-8?q?system-server=E7=A7=BB=E9=99=A4zipkin=EF=BC=8C?= =?UTF-8?q?=E6=81=A2=E5=A4=8Dtrace-id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cf-module-system/cf-module-system-biz/pom.xml | 9 --------- .../src/main/resources/bootstrap.yaml | 6 ------ .../src/main/resources/logback-spring.xml | 2 +- 3 files changed, 1 insertion(+), 16 deletions(-) diff --git a/cf-module-system/cf-module-system-biz/pom.xml b/cf-module-system/cf-module-system-biz/pom.xml index 4591f642a..73577f5a5 100644 --- a/cf-module-system/cf-module-system-biz/pom.xml +++ b/cf-module-system/cf-module-system-biz/pom.xml @@ -224,15 +224,6 @@ cf-spring-boot-starter-biz-pay - - org.springframework.cloud - spring-cloud-starter-sleuth - - - org.springframework.cloud - spring-cloud-sleuth-zipkin - - diff --git a/cf-module-system/cf-module-system-biz/src/main/resources/bootstrap.yaml b/cf-module-system/cf-module-system-biz/src/main/resources/bootstrap.yaml index c32715192..a510fa7c4 100644 --- a/cf-module-system/cf-module-system-biz/src/main/resources/bootstrap.yaml +++ b/cf-module-system/cf-module-system-biz/src/main/resources/bootstrap.yaml @@ -1,12 +1,6 @@ spring: application: name: system-server - sleuth: - default-logging-pattern-enabled: false - sampler: #采样器 - probability: 1.0 #采样率,采样率是采集Trace的比率,默认0.1 - zipkin: #设置zipkin服务端地址 - baseUrl: http://127.0.0.1:9411 profiles: active: local diff --git a/cf-module-system/cf-module-system-biz/src/main/resources/logback-spring.xml b/cf-module-system/cf-module-system-biz/src/main/resources/logback-spring.xml index 9b5d10151..65860d60a 100644 --- a/cf-module-system/cf-module-system-biz/src/main/resources/logback-spring.xml +++ b/cf-module-system/cf-module-system-biz/src/main/resources/logback-spring.xml @@ -5,7 +5,7 @@ - +