Hystrix Turbine integrates each service's data of Hystrix Dashboard. The use of Hystrix Turbine is very simple and requires only the introduction of appropriate dependencies, annotations and configurations.
$ git clone https://github.com/choerodon/hystrix-turbine.git
$ cd hystrix-turbine
$ mvn clean spring-boot:run
Once running, open http://localhost:9020/turbine.stream
For information on the turbine, refer tohttps://github.com/Netflix/Turbine
If you find any shortcomings or bugs, please describe them in the issue.
Pull requests are welcome! Follow to know for more information on how to contribute.