standalone-hystrix-dashboard
standalone-hystrix-dashboard copied to clipboard
Standalone hystrix dashboard that can be started using a single jar and is very lightweight
Adds two new configuration parameters to support the usage of a HTTP proxy.
Last version (as hystrix is now in manteinance mode): https://mvnrepository.com/artifact/com.netflix.hystrix/hystrix-dashboard/1.5.18 Will this just work updating the version number in gradle.build?
In the documentation, it's all about how HTTP services use hystrix to report stream data. But if it's other RPC java services,Is there any elegant way to use the hystrix-dashboard?...
Hi Kenndy, I created a minor fix to support hystrix streams on https endpoints. Cheers, Jan