sample-spring-microservices icon indicating copy to clipboard operation
sample-spring-microservices copied to clipboard

Getting Loading.... on Hystrix Dashboard

Open vmisra2018 opened this issue 5 years ago • 1 comments

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

vmisra2018 avatar Feb 13 '20 23:02 vmisra2018

Please check that here:

https://github.com/ramazansakin/sample-spring-microservices

ramazansakin avatar Feb 12 '22 05:02 ramazansakin