https://github.com/astj/mackerel-plugin-aws-kinesis-streams
[DEPRECATED] Use https://github.com/mackerelio/mackerel-agent-plugins/tree/master/mackerel-plugin-aws-kinesis-streams
https://github.com/astj/mackerel-plugin-aws-kinesis-streams
Last synced: about 1 year ago
JSON representation
[DEPRECATED] Use https://github.com/mackerelio/mackerel-agent-plugins/tree/master/mackerel-plugin-aws-kinesis-streams
- Host: GitHub
- URL: https://github.com/astj/mackerel-plugin-aws-kinesis-streams
- Owner: astj
- Created: 2016-09-23T07:32:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T05:23:33.000Z (over 9 years ago)
- Last Synced: 2025-06-02T17:27:37.142Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
mackerel-plugin-aws-kinesis-streams
=================================
AWS Kinesis Streams custom metrics plugin for mackerel.io agent.
## DEPRECATED
This plugin is now part of [Official Mackerel Agent Plugins](https://github.com/mackerelio/mackerel-agent-plugins/tree/master/mackerel-plugin-aws-kinesis-streams).
Please use official plugins, not this repository.
## Synopsis
```shell
mackerel-plugin-aws-kinesis-streams -identifier= -region= [-access-key-id=] [-secret-access-key=] [-tempfile=]
```
* collect data from specified AWS Kinesis Streams
* you can set keys by environment variables: `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`
## Example of mackerel-agent.conf
```
[plugin.metrics.aws-kinesis-streams]
command = "/path/to/mackerel-plugin-aws-kinesis-streams"
```