Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fireworq/mackerel-plugin-fireworq
Mackerel metric plugin for Fireworq
https://github.com/fireworq/mackerel-plugin-fireworq
fireworq mackerel mackerel-plugin
Last synced: 11 days ago
JSON representation
Mackerel metric plugin for Fireworq
- Host: GitHub
- URL: https://github.com/fireworq/mackerel-plugin-fireworq
- Owner: fireworq
- Created: 2019-08-02T06:08:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-06T10:05:18.000Z (over 2 years ago)
- Last Synced: 2024-11-07T14:14:21.008Z (2 months ago)
- Topics: fireworq, mackerel, mackerel-plugin
- Language: Go
- Size: 26.4 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mackerel-plugin-fireworq
========================A [Fireworq][] custom metrics plugin for mackerel.io agent.
## Synopsis
```shell
mackerel-plugin-fireworq [-scheme=<'http'|'https'>] [-host=] [-port=] [-tempfile=] [-metric-key-prefix=] [-metric-label-prefix=] [-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"
```[Fireworq]: https://github.com/fireworq/fireworq
## Installation
### Install with mkr
```bash
mkr plugin install --upgrade fireworq/mackerel-plugin-fireworq
```### Build from source
```bash
go get github.com/fireworq/mackerel-check-fireworq
```## How to release
See Makefile for details.
```
make release
```