You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The following URL gives me a 404
http://localhost:8080/hystrix.stream
I've enabled DEBUG and this shows up in the log
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.
The text was updated successfully, but these errors were encountered: