Getting Loading.... on Hystrix Dashboard
Hi , I am trying your sample https://github.com/piomin/sample-spring-microservices/tree/hystrix . I updated this with Hoxton.RELEASE and springboot 2.2.4.RELEASE. (With only code change of removing Sleuth config AlwaysSampler (as coulkd not find in deps with latest change). When I go to hystrix dashboard http://localhost:2222/hystrix and then type in http://localhost:3333/actuator/hystrix.stream and hit on Monitor Stream and I see Loading ....
Looks like this https://github.com/spring-cloud-samples/hystrix-dashboard/issues/5 Do you know how to fix I see in logs of acount service 2020-02-13 16:12:15.753 INFO [account-service,ff3f4d0dc9340df9,ff3f4d0dc9340df9,false] 9431 --- [nio-2222-exec-3] ashboardConfiguration$ProxyStreamServlet :
Proxy opening connection to: http://localhost:3333/actuator/hystrix.stream
Also, first I made hystrix.stream enabled on customer but not effect and then on account (I think it should be on account service side ) still no effect
application.yml
management:
endpoints:
web:
exposure:
include: hystrix.stream
Please check that here:
https://github.com/ramazansakin/sample-spring-microservices