Skip to content

amarbabuk/hystrix-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%