From 45d39328b54cbadd3c3b367c758c5fa12bf89a1d Mon Sep 17 00:00:00 2001 From: gaoqr <13665037151@163.com> Date: Wed, 9 Jul 2025 17:59:22 +0800 Subject: [PATCH] =?UTF-8?q?system-server=20zipkin=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cf-module-system-biz/src/main/resources/bootstrap.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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 a510fa7c4..c32715192 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,6 +1,12 @@ 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