Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
24.15k
stars
4.71k
forks
source link
Dashboard improvement: hide thread pool section if no thread pool data is in the stream #1023
I've created a .net version of Hystrix which I'll soon open source, but as it mostly uses .net's async there doesn't seem to be a real need for thread pools. In the dashboard those sections keep displaying though with the Loading.. text. Perhaps it can be collapsed after a while if no metrics are coming in.
Yes, this seems like a good idea. It's pretty unlikely this makes it to the top of my priority list, however. See #1033 for a discussion on the dashboard roadmap.
I've created a .net version of Hystrix which I'll soon open source, but as it mostly uses .net's async there doesn't seem to be a real need for thread pools. In the dashboard those sections keep displaying though with the Loading.. text. Perhaps it can be collapsed after a while if no metrics are coming in.