Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.02 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.02 KB

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 [email protected]:Netflix/Hystrix.git
$ cd Hystrix/hystrix-examples-webapp
$ ../gradlew jettyRun
> Building > :hystrix-examples-webapp:jettyRun > Running at http://localhost:8989/hystrix-examples-webapp

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