Monitor Sidekiq queues and restarts
Today #358 made it apparent that we need real-time monitoring of each of the Sidekiq queue depths. Ideal case is 0 for each of the queues (as see in the Sidekiq admin panel on https://gitlab.com/admin/sidekiq/queues):
In addition, we also need to track the number of MemoryKiller
restarts per day.
We could wait for gitlab-org/gitlab-ce#7171, but the Sidekiq API already makes it easy to retrieve this information.