Skip to content

Add an mtail script for monitoring sidekiq.

Ben Kochie requested to merge bjk/sidekiq.mtail into master

New metrics:

  • Histogram of completed jobs by worker name.
  • Counter of failed jobs by worker name.
  • Counter of jobs pushed back to Redis.
  • Counter of worker OOMs.
  • Counter of workers terminated by worker name.

Merge request reports