Codebase list ruby-gitlab / upstream/4.5.0 spec / fixtures / sidekiq_process_metrics.json
upstream/4.5.0

Tree @upstream/4.5.0 (Download .tar.gz)

sidekiq_process_metrics.json @upstream/4.5.0raw · history · blame

{
  "processes": [
    {
      "hostname": "gitlab.example.com",
      "pid": 5649,
      "tag": "gitlab",
      "started_at": "2016-06-14T10:45:07.159-05:00",
      "queues": [
        "post_receive",
        "mailers",
        "archive_repo",
        "system_hook",
        "project_web_hook",
        "gitlab_shell",
        "incoming_email",
        "runner",
        "common",
        "default"
      ],
      "labels": [],
      "concurrency": 25,
      "busy": 0
    }
  ]
}