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).
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).