You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now,if we want to report data to Zipkin,we shoule add Zipkin dependency and configure Zipkin enabled.
# enable Zipkin
com.alipay.sofa.tracer.zipkin.enabled=true
# Zipkin server url ,such as http://zipkin-cloud.host.net:9411
com.alipay.sofa.tracer.zipkin.baseUrl=http://zipkin-cloud.host.net:9411
Expected
After we add Zipkin dependency,we only configure com.alipay.sofa.tracer.zipkin.baseUrl. It's not need configure com.alipay.sofa.tracer.zipkin.enabled=true
Actual
Now,we must configure com.alipay.sofa.tracer.zipkin.enabled=true
The text was updated successfully, but these errors were encountered:
Describe
Now,if we want to report data to Zipkin,we shoule add Zipkin dependency and configure Zipkin enabled.
Expected
After we add Zipkin dependency,we only configure
com.alipay.sofa.tracer.zipkin.baseUrl
. It's not need configurecom.alipay.sofa.tracer.zipkin.enabled=true
Actual
Now,we must configure
com.alipay.sofa.tracer.zipkin.enabled=true
The text was updated successfully, but these errors were encountered: