This is a dashboard for monitoring applications using Hystrix (https://github.com/Netflix/Hystrix).
This project previously was a part of the Netflix/Hystrix project. It is now deprecated and no longer supported. See the below security section for necessary security considerations.
View the Dashboard Wiki for more information including installation instructions.
Hystrix dashboard is not intended to be deployed on untrusted networks, or without external authentication and authorization. Specifically, hystrix-dashboard does not offer any default security protection and can perform server side requests based on user provided urls.
A security advisory exist for hystrix-dashboard at nflx-2018-001
$ git clone https://github.com/Netflix/Hystrix.git
$ cd Hystrix/hystrix-dashboard
$ ./gradlew appRun
> Building > :appRun > Running at http://localhost:7979/hystrix-dashboard
Once running, open http://localhost:7979/hystrix-dashboard.
@kennedyoliveira has written a standalone app, documented at : https://github.com/kennedyoliveira/standalone-hystrix-dashboard
Example screenshot from iPad while monitoring Netflix API: