异常信息:Unable to connect to Command Metric Stream

1、正常搭建好hystric dashboard,访问http://ip:port/hystrix会弹出如下页面

springcloud2+hystrix dashboard 的一个小坑

2、根据上图的红色方框内的提示,填写http://localhost:8083/hystrix.stream后点确认

springcloud2+hystrix dashboard 的一个小坑

出现Unable to connect to Command Metric Stream的异常信息,不能正常显示熔断信息。

3、原因是第1步填写的http://localhost:8083/hystrix.stream不对,观察控制台启动的打印日志

springcloud2+hystrix dashboard 的一个小坑

更换hystrix.stream的地址为:http://localhost:8083/actuator/hystrix.stream,从新点确认后,问题解决。

springcloud2+hystrix dashboard 的一个小坑

相关文章:

  • 2021-10-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-01
  • 2021-04-29
  • 2022-01-12
  • 2022-01-04
猜你喜欢
  • 2021-10-23
  • 2021-09-25
  • 2021-06-23
  • 2021-08-28
  • 2022-12-23
  • 2021-06-04
相关资源
相似解决方案