Netflix / Turbine

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

Turbine Aggregator for 2 versions of same application #122

Open arunkumarg26 opened 7 years ago

arunkumarg26 commented 7 years ago

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.