Netflix / Turbine

SSE Stream Aggregator
Apache License 2.0
835 stars 255 forks source link

Hystrix pushes metrics to Turbine #63

Open mattrjacobs opened 9 years ago

mattrjacobs commented 9 years ago

Reported in : https://github.com/Netflix/Hystrix/issues/330

Text from that issue:

@carlanton: Hi!

We're trying to use Hystrix and Turbine on Heroku. On Heroku, you can't connect to a specific "Dyno" (application instance) and therefore it's tricky to pull the metrics from all Hystrix endpoints into Turbine. Is it possible to configure Hystrix to push the metrics to Turbine instead? We want to use the dashboard, so I guess we at least need to send SSE from Turbine.

Any ideas of how to solve this?

Thanks, Anton

@benjchristensen: I'm open to adding support for this in Turbine 2 (Netty based) which is almost done. I don't really want to attempt to make this happen with Turbine 1 (Servlet based).

mnuessler commented 9 years ago

Isn't this a duplicate of issue #50?