Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 583 Bytes

File metadata and controls

26 lines (17 loc) · 583 Bytes

mackerel-plugin-sidekiq

Overview

Sidekiq custom metrics plugin for mackerel.io agent.

Description

This plugin makes two graphs: one shows processed job diff and failed job diff, and another one shows number of busy, enqueued, scheduled, retry and dead jobs.

Usage

mackerel-plugin-sidekiq [-host=<host>] [-port=<port>] [-password=<password>] [-db=<db>] [-tempfile=<template file path>]

Example of mackerel-agent.conf

[plugin.metrics.sidekiq]
command = "/path/to/mackerel-plugin-sidekiq"

Author

littlekbt