Skip to content

fireworq/mackerel-plugin-fireworq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mackerel-plugin-fireworq

A Fireworq custom metrics plugin for mackerel.io agent.

Synopsis

mackerel-plugin-fireworq [-scheme=<'http'|'https'>] [-host=<host>] [-port=<manage_port>] [-tempfile=<tempfile>] [-metric-key-prefix=<prefix>] [-metric-label-prefix=<label-prefix>] [-queue-stats=<comma-separated-queue-stats>]

Queue stats can contain pushes, pops, successes, failed, permanent_failed, completes. The default is nothing. If you want to record all, use -queue-stats='pushes,pops,successes,failures,permanent_failures,completes'.

Example of mackerel-agent.conf

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

Installation

Install with mkr

mkr plugin install --upgrade fireworq/mackerel-plugin-fireworq

Build from source

go get github.com/fireworq/mackerel-check-fireworq

How to release

See Makefile for details.

make release