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.
$ git clone [email protected]: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.