工作中使用hystrix的示例项目, 借此可以深入研究hystrix, 也可以学习其他springclound组件
eureka-server ---> hystrix-service ---> hystrix-consume ---> hystrix-dashboard
浏览器访问hystrix-consume项目:
http://localhost:8081/hystrix-test?productId=3000&action=applyAccess
productId : 对应机构id
action: 对应请求接口名
监控平台:
查看所要监控机器指标:
在红色框输入:
http://localhost:8081/hystrix.stream
就会出现监控指标图: