system-server zipkin测试

This commit is contained in:
gaoqr
2025-07-09 17:59:22 +08:00
parent 3a976ec2fb
commit 45d39328b5
@@ -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