当前位置: 代码迷 >> 综合 >> springboot配置Hystrix时报错-Unable to connect to Command Metric Stream
  详细解决方案

springboot配置Hystrix时报错-Unable to connect to Command Metric Stream

热度:19   发布时间:2023-12-22 16:02:22.0

原因是网页上我用的是http://hystrix-app:port/actuator/hystrix.stream 

实际上http://hystrix-app:port/hystrix.stream 生效

  相关解决方案