異常信息:Unable to connect to Command Metric Stream
1、正常搭建好hystric dashboard,訪問http://ip:port/hystrix會彈出如下頁面
2、根據上圖的紅色方框內的提示,填寫http://localhost:8083/hystrix.stream后點確認
出現Unable to connect to Command Metric Stream的異常信息,不能正常顯示熔斷信息。
3、原因是第1步填寫的http://localhost:8083/hystrix.stream不對,觀察控制台啟動的打印日志
更換hystrix.stream的地址為:http://localhost:8083/actuator/hystrix.stream,從新點確認后,問題解決。