Skip to content

marcelbirkner/docker-hystrix-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hystrix Demo

This repo contains Dockerfiles for running the Netflix Hystrix Dashboard together with the Hystrix Demo app. To get both docker containers up and running use:

docker-compose up

To access the dashboard, go to:

  • http://localhost:38080/
  • Once at the dashboard, find your IP address and enter it into the "stream" field
    • http://{ip address, not localhost}:48080/hystrix.stream

To access the demo app, go to:

To generate some traffing, run the following command:

while true; do curl "http://192.168.59.103:48080/"; done

Tested on

  • MacOS & Boot2Docker

Dashboard Screenshot

Hystrix Dashboard of Demo App

About

Netflix Hystrix Demo & Hystrix Dashboard with docker-compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published