-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about turbine version. #1629
Comments
Are different from what? You say you are using |
Those are the correct versions. Unsure what "OR is there any thought storm?" means. |
@ryanjbaxter @spencergibb |
It's on purpose. |
So this is a bug! Please see differences between Turbine 1.0 and 2.0. |
We need to align Turbine version in both poms or introduce switch in dashboard to select Turbine version backend. |
what is the mean "introduce switch in dashboard to select Turbine version backend."?how can I do? Could you cut the picture or show me the url?I'm a newbie. |
@login2014 There is no such feature for now. |
We are having trouble now with the wrong TPS calculation from Turbine stream. Is the situation in Spring Cloud that there is turbine version 1.0 but a dashboard that is only compatible with turbine 2? It seems Netflix has basically abandoned the Hystrix Dashboard and it is now moved to https://github.com/Netflix-Skunkworks/hystrix-dashboard. There is a pull request there: Netflix-Skunkworks/hystrix-dashboard#6, that looks like will fix the issue. |
Hi @taasjord . This is little bit more complicated. After this change: Netflix/Hystrix#1251, copied also do Spring Cloud Netflix, Dashboard does not work correctly with both versions. In details:
We should wait for Netflix-Skunkworks/hystrix-dashboard#6 to be integrated and integrate this into Spring Cloud Netflix. This will fix issue for Turbine 1.0 only. |
We don't need to wait since we forked the dashboard. We should provide an option or parameter depending on which version of turbine is used |
Right. To quickly make Dashboard compatible with Turbine 1.0 we can revert #2388 and create new ticket to make it compatible with Turbine 2.0. |
If anyone else needs to fix it themselves, I simply applied the change in Netflix-Skunkworks/hystrix-dashboard#6 (a revert of #2388) on a hystrixCommand.js copied from Spring Cloud source into the same path in static folder of my |
Closing due to age of the question. If you would like us to look at this issue, please comment and we will look at re-opening the issue. |
I use Spring Cloud Camden SR4 and I find that the version of tuebine in these dependencies are different.
spring-cloud-starter-turbine
uses turbine-core-1.0.0spring-cloud-starter-turbine-stream
uses turbine-2.0.0-DP.2Is it a bug? OR is there any thought storm?
The text was updated successfully, but these errors were encountered: