Skip to content

Latest commit

 

History

History
 
 

hystrix-examples-webapp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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 appRun
> Building > :hystrix-examples-webapp:appRun > Running at https://localhost:8989/hystrix-examples-webapp

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