Skip to content
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

Turbine Aggregator for 2 versions of same application #122

Open
arunkumarg26 opened this issue Jul 24, 2017 · 0 comments
Open

Turbine Aggregator for 2 versions of same application #122

arunkumarg26 opened this issue Jul 24, 2017 · 0 comments

Comments

@arunkumarg26
Copy link

Hello All,

I have an use case where we deploy two versions of same application say V1 and V2. I would like to aggregate hystrix stream using turbine, but I need to display the results of V1 and V2 in two different columns in same turbine dashboard.
Any help?

Note: I have achieved this by doing below

groupKey="v1.0", commandKey="Class.method_v1.0" for V1
groupKey="v2.0", commandKey="Class.method_v2.0" for V2

but the problem is, this has to be mentioned at each and every method level. Is there any way to do this in more cleaner way? Please let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant