Netflix / zuul

Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more.
Apache License 2.0
13.56k stars 2.4k forks source link

cannot see hystrix metrics from zuul in hystrix dashboard #166

Closed uharband closed 8 years ago

uharband commented 9 years ago

i'm using latest version of 1.x branch. i configured my origin to be called via the ribbon client. i'm invoking URLs on to my origin via zuul but i see no hystrix metrics on the hystrix dashboard. i added the hystrix-metrics-event-stream as explained here: https://github.com/Netflix/Hystrix/tree/master/hystrix-contrib/hystrix-metrics-event-stream dashboard IS connecting to the hystrix.stream exposed by the servlet but no data on the dashboard (remains 'loading')

jaume-pinyol commented 8 years ago

Which url are you using in the dashboard?

uharband commented 8 years ago

Turns out i was using the wrong version of the event stream. When using the correct one all works as expected. Thanks

jaume-pinyol commented 8 years ago

:+1: