Using Hystrix Metrics Stream with Dashboard
Using Hystrix Metrics Stream with Dashboard

Using Hystrix Metrics Stream with Dashboard

Author
Shiv Bade
Tags
hystrix
metrics
Published
March 12, 2016
Featured
Slug
Tweet
Hystrix provides a real-time metrics stream that feeds directly into dashboards.
Setup: - Expose stream endpoint: /hystrix.stream - Plug it into Hystrix Dashboard - Watch circuit status, thread pool health, latency
Hystrix Dashboard
Hystrix Dashboard
Helps spot slowdowns before they escalate.