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
Hystrix dashboard showing endless "ping: " even after sending some requests #2029
Yesterday the hystrix dashboard was working normally but now it doesn't work at all. It just shows the following: ping: ping:
and when you send some requests it shows an unreadable json file.