In case the proxy of usage service application is showed as stopped, the following PowerShell code can get it back to normal.
$Usage = Get-SPServiceApplicationProxy | where {$_.TypeName –eq “Usage and Health Data Collection Proxy”} $Usage.Provision()
In my case it took couple of minutes to get back so be patient. Basic but useful.