1

转载于:https://www.cnblogs.com/Dandwj/p/11179141.html

原文地址:https://blog.csdn.net/weixin_30416497/article/details/97339616
刚开始以为是版本不兼容,后来发现是因为配置没对,需要加 
sender:
  type: web

yaml格式如下:

spring:
application:
name: xxx
zipkin:
base-url: http://localhost:9411/
sender:
type: web
sleuth:
sampler:
probability: 1

相关文章:

  • 2021-09-17
  • 2021-08-13
  • 2021-05-19
  • 2022-12-23
  • 2021-05-19
  • 2022-12-23
  • 2021-08-16
猜你喜欢
  • 2021-09-25
  • 2022-12-23
  • 2021-11-04
  • 2022-02-05
  • 2022-12-23
相关资源
相似解决方案