springcloud-eureka集群-整合hystrix框架-配置监控
1、在服务调用者(hystrix客户端)的依赖文件pom.xml加入检测依赖
org.springframework.boot
spring-boot-starter-actuator
启动项目访问 http://127.0.0.1:8666/hystrix.stream
2、创建一个springboot的检测项目 eureka-hystrix-monito
原创
2018-01-24 15:50:37 ·
810 阅读 ·
0 评论