Hystrix Dashboard 以可视化的方式来查看实时监控数据
<1>新建microservice-hystrix-dashboard,pom.xml中添加监控依赖和Hystrix Dashboard依赖<2>编写配置文件application.yml<3>编写启动类Application.java<4>启动工程后,通过浏览器访问http://localhost:8031/hystrix.stream...