Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History

hystrix-examples-webapp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

hystrix-examples-webapp

Web application that demonstrates functionality from hystrix-examples and functionality from hystrix-request-servlet and hystrix-metrics-event-stream.

The hystrix-dashboard can be used on this example app to monitor its metrics.

Run via Gradle

$ git clone git@github.com:Netflix/Hystrix.git
$ cd Hystrix/hystrix-examples-webapp
$ ../gradlew appRun
> Building > :hystrix-examples-webapp:appRun > Running at http://localhost:8989/hystrix-examples-webapp

Once running, open http://localhost:8989/hystrix-examples-webapp.