Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yano3/mackerel-plugin-http-status-counter
Custom metrics plugin for mackerel-agent to get the number of http requests for each status code.
https://github.com/yano3/mackerel-plugin-http-status-counter
mackerel
Last synced: about 1 hour ago
JSON representation
Custom metrics plugin for mackerel-agent to get the number of http requests for each status code.
- Host: GitHub
- URL: https://github.com/yano3/mackerel-plugin-http-status-counter
- Owner: yano3
- License: mit
- Created: 2016-07-11T06:36:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-28T14:25:55.000Z (about 3 years ago)
- Last Synced: 2023-07-11T20:46:06.787Z (over 1 year ago)
- Topics: mackerel
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mackerel-plugin-http-status-counter
[![CI](https://github.com/yano3/mackerel-plugin-http-status-counter/actions/workflows/ci.yml/badge.svg)](https://github.com/yano3/mackerel-plugin-http-status-counter/actions/workflows/ci.yml)
Custom metrics plugin for [mackerel-agent](https://github.com/mackerelio/mackerel-agent) to get the number of http requests for each status code.
## Synopsis
```
mackerel-plugin-http-status-counter [-scheme=] [-host=] [-port=] [-path=] [-grouping=] [-tempfile=]
```## Requirements
- [http-status-counter](https://github.com/yano3/http-status-counter)