spring-attic / hystrix-dashboard

Apache License 2.0
99 stars 104 forks source link

Hytrix Steam not exposed as described #2

Closed ewolff closed 9 years ago

ewolff commented 9 years ago

https://github.com/spring-cloud-samples/tests/tree/master/hystrix is the sample Hystrix app and should expose a Hystrix Stream. However, http://localhost:8080/hystrix.stream returns a 500 and it is not possible to use the app with the Dashboard. Log message do not suggest that any bean is started to deal with this URL.

ewolff commented 9 years ago

The problem is: It only works if spring-boot-starter-actuator is among the dependencies. This appears to be undocumented.

spencergibb commented 9 years ago

fixed with https://github.com/spring-cloud-samples/tests/commit/3465dfc707ebe911442e2ff753b4a1303ba4c98b and https://github.com/spring-cloud/spring-cloud-netflix/commit/9623c838853253ccbfc53497d1c5c676909e3d9d

Thanks @ewolff!