赵计刚
每天进步一点点
摘要: 注意: hystrix基本使用:第十九章 springboot + hystrix(1) hystrix计数原理:附6 hystrix metrics and monitor 一、hystrixdashboard 作用: 监控各个hystrixcommand的各种值。 通过dashboards的实时 阅读全文
posted @ 2016-08-27 17:35 赵计刚 阅读(17190) 评论(0) 推荐(1)
摘要: 一、基本方式 hystrix为每一个commandKey提供了计数器 二、实现流程 https://raw.githubusercontent.com/wiki/Netflix/Hystrix/images/metrics-generation.png 三、Hystrix event types 1 阅读全文
posted @ 2016-08-27 17:09 赵计刚 阅读(1968) 评论(0) 推荐(0)