Hystrix
Hystrix copied to clipboard
fix metrics publishing by caching publisher command instances by both command group key + command key (1.5.x)
closes https://github.com/Netflix/Hystrix/issues/1888
This fixes a bug whereby if two Hystrix commands have the same command key, although different group keys, only one of them will be reported.
Declaration: I agree to license my contribution under the terms of the APLv2.
Any plans to get this merged soon?