An open API service indexing awesome lists of open source software.

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

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"
```