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

Chapter 7, Part 2 : hystrix.stream not found #7

Open
pbaletkeman opened this issue Jan 24, 2018 · 3 comments
Open

Chapter 7, Part 2 : hystrix.stream not found #7

pbaletkeman opened this issue Jan 24, 2018 · 3 comments

Comments

@pbaletkeman
Copy link

The following URL gives me a 404
http://localhost:8080/hystrix.stream

I've enabled DEBUG and this shows up in the log

DEBUG 9152 --- [ctor-http-nio-2] .b.a.e.w.r.WebFluxEndpointHandlerMapping : Looking up handler method for path /hystrix.stream
DEBUG 9152 --- [ctor-http-nio-2] .b.a.e.w.r.WebFluxEndpointHandlerMapping : Did not find handler method for [/hystrix.stream]

I will continue to see what I can find out and try to fix this. However it does appear that many people have problems trying to enable/find hystrix.stream.

@khushbuv
Copy link

Did you find the problem?

@pbaletkeman
Copy link
Author

pbaletkeman commented May 28, 2018 via email

@olegkamuz
Copy link

In spring boot 2.x.x its http://localhost:8080/actuator/hystrix.stream (the difference is actuator/)
Than if you'll get Unable to connect to Command Metric Stream. at Hystrix dashboard you need to add to your application.yml

hystrix:  
  dashboard:  
    proxy-stream-allow-list: "*"

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

3 participants