forked from Netflix/Hystrix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0386f83
commit 6d249cc
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,20 @@ View the [Dashboard Wiki](https://github.com/Netflix/Hystrix/wiki/Dashboard) for | |
|
||
<img src="https://github.com/Netflix/Hystrix/wiki/images/dashboard-home.png"> | ||
|
||
# Run via Gradle | ||
|
||
``` | ||
$ git clone [email protected]:Netflix/Hystrix.git | ||
$ cd Hystrix/hystrix-dashboard | ||
$ ../gradlew jettyRun | ||
> Building > :hystrix-dashboard:jettyRun > Running at http://localhost:7979/hystrix-dashboard | ||
``` | ||
|
||
Once running, open <a href="http://localhost:7979/hystrix-dashboard">http://localhost:7979/hystrix-dashboard</a>. | ||
|
||
|
||
# Example | ||
|
||
Example screenshot from iPad while monitoring Netflix API: | ||
|
||
<center><img src="https://github.com/Netflix/Hystrix/wiki/images/hystrix-dashboard-netflix-api-example-iPad.png"></center> | ||
<center><img src="https://github.com/Netflix/Hystrix/wiki/images/hystrix-dashboard-netflix-api-example-iPad.png"></center> |