Hystrix の情報を見るためのダッシュボード
https://github.com/Netflix-Skunkworks/hystrix-dashboard/wiki
git clone https://github.com/cep21/circuit.git
cd circuit
make run
docker run -d -p 7979:9002 --name hystrix-dashboard mlabouardy/hystrix-dashboard:latest
http://host.docker.internal:8123/hystrix.stream を追加する
こんなダッシュボードが見れる