Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Loading.... on Hystrix Dashboard #9

Open
vmisra2018 opened this issue Feb 13, 2020 · 1 comment
Open

Getting Loading.... on Hystrix Dashboard #9

vmisra2018 opened this issue Feb 13, 2020 · 1 comment

Comments

@vmisra2018
Copy link

vmisra2018 commented Feb 13, 2020

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 spring-attic/hystrix-dashboard#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
@ramazansakin
Copy link
Contributor

Please check that here:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants