# hystrix-dashboard
**Repository Path**: gaozy2021/hystrix-dashboard
## Basic Information
- **Project Name**: hystrix-dashboard
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-06-04
- **Last Updated**: 2024-10-06
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 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](https://github.com/Netflix/Hystrix) project. It is now deprecated and no longer supported. See the below security section for necessary security considerations.
View the [Dashboard Wiki](https://github.com/Netflix-Skunkworks/hystrix-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](https://github.com/Netflix/security-bulletins/blob/master/advisories/nflx-2018-001.md)
# 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: