Back to Hystrix

hystrix-examples-webapp

hystrix-examples-webapp/README.md

1.5.181.0 KB
Original Source

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 http://localhost:8989/hystrix-examples-webapp

Once running, open <a href="http://localhost:8989/hystrix-examples-webapp">http://localhost:8989/hystrix-examples-webapp</a>.