mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
system-server zipkin测试
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user