All Projects → spring-cloud-samples → Hystrix Dashboard

spring-cloud-samples / Hystrix Dashboard

Programming Languages

java
68154 projects - #9 most used programming language

Hystrix Dashboard

To run locally:

mvn install
java -jar target/hystrix-dashboard-0.0.1.BUILD-SNAPSHOT.jar

In your browser, go to http://localhost:7979/ # port configurable in application.yml

On the home page is a form where you can enter the URL for an event stream to monitor, for example (the customers service running locally): http://localhost:9000/hystrix.stream. Any app that uses @EnableHystrix will expose the stream.

To aggregate many streams together you can use the Turbine sample.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].