piterjia / blog-comments

blog-comments
1 stars 0 forks source link

熔断监控 Hystrix Dashboard 和 Turbine — 云码 #32

Open piterjia opened 4 years ago

piterjia commented 4 years ago

https://piterjia.github.io/2020/06/11/hystrix-dashboard-turbine/

Hystrix-dashboard 是一款针对Hystrix进行实时监控的工具,通过 Hystrix Dashboard 我们可以在直观地看到各Hystrix Command 的请求响应时间, 请求成功率等数据。但是只使用 Hystrix Dashboard 的话, 你只能看到单个应用内的服务信息。我们借助 Turbine ,能汇总系统内多个服务的数据并显示到 Hystrix Dashboard 上。

piterjia commented 4 years ago

o( ̄︶ ̄)o