Matt Jacobs
Matt Jacobs
Can you look at your the Network tab in your Javascript devtools and find out what call is getting made by your dashboard web application?
OK, what happens when you follow the link from `Request URL`? When I run the dashboard locally against some cloud instance, I see the URL: http://localhost:7979/hystrix-dashboard/proxy.stream?origin=`cloud Hystrix metrics stream` Hitting...
OK, then that's your problem. You mentioned previously that you can hit a standalone SSE metrics stream. That URL should be the same one that your dashboard is using.
Also see #321
RxJava 1.0.13 now includes rx.Single, so this work should be unblocked
Thanks for the report @pauloricardopr . I'm very unknowledgable in front-end work. Any members of the community have hints on how to proceed?