All Projects → Netflix-Skunkworks → Hystrix Dashboard

Netflix-Skunkworks / Hystrix Dashboard

Licence: apache-2.0

Programming Languages

javascript
184084 projects - #8 most used programming language

Hystrix Dashboard

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.

Security

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

Run via Gradle

$ 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.

Run as standalone Java application

@kennedyoliveira has written a standalone app, documented at : https://github.com/kennedyoliveira/standalone-hystrix-dashboard

Example

Example screenshot from iPad while monitoring Netflix API:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].