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
Fixed equality check bug in dominant resource detection. An edge case in which cpu/memory metrics are voting the same value will cause the dominant resource check to fall through to Network. Fixed this by using >= instead of >.