> For the complete documentation index, see [llms.txt](https://potoyang.gitbook.io/spring-in-action-v5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://potoyang.gitbook.io/spring-in-action-v5/di-15-zhang-chu-li-shi-bai-he-shi-yan/15.5-zong-jie.md).

# 15.5 总结

* 断路器模式可实现优雅的故障处理。
* Hystrix 实现了断路器模式。当方法失败或太慢时，可以实现降级行为。
* Hystrix 提供的每个断路器，通过数据流中发布度量指标，用于监视应用程序的运行状况。
* Hystrix 流可以由 Hystrix 仪表板来消费。这是一个可视化显示断路器指标的 web 应用程序。
* Turbine 将来自多个应用程序的，多个 Hystrix 流，聚合成一个可以在 Hystrix 仪表板显示的单个流。
