Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.
/ hystrix-turbine Public archive

Hystrix Turbine integrates each service's data of Hystrix Dashboard.

License

Notifications You must be signed in to change notification settings

choerodon/hystrix-turbine

Repository files navigation

hystrix-turbine

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.

Run via Maven

$ 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

Documentation

For information on the turbine, refer tohttps://github.com/Netflix/Turbine

Links

Reporting Issues

If you find any shortcomings or bugs, please describe them in the issue.

How to Contribute

Pull requests are welcome! Follow to know for more information on how to contribute.