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