Netflix / Hystrix

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.09k stars 4.7k forks source link

Hystrix Dashboard is not working #2008

Open rk1023 opened 3 years ago

rk1023 commented 3 years ago

I am using spring-cloud-version Hoxton.SR6. When i open Hystrix dashboard , getting below page where it shows loading : HytrixDash

When I saw chrome console log, got below error : HytrixDashError

Any solution ?

rk1023 commented 3 years ago

First page :

HytrixDash1

rk1023 commented 3 years ago

Once I click on Monitor Stream button , redirect to below page : HytrixDash

rk1023 commented 3 years ago

When I hit http://localhost:5004/actuator/hystrix.stream end point , getting below results :

Hystrix_Stream

pcdubaipc commented 3 years ago

I got same issue. Did you correct it @rk1023 ?