You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: