摘要: turbine是聚合服务器发送事件流数据的一个工具,hystrix的监控中,只能监控单个节点,实际生产中都为集群,因此可以通过 turbine来监控集群下hystrix的metrics情况,通过eureka来发现hystrix服务。 1.断路器1 入口类 @SpringBootApplication 阅读全文
posted @ 2017-06-20 18:06 奋小斗g 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 添加依赖 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-hystrix</artifactId> </dependency> 1.启动类 @SpringBootAp 阅读全文
posted @ 2017-06-20 12:38 奋小斗g 阅读(494) 评论(0) 推荐(0) 编辑