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

https://github.com/astj/mackerel-plugin-aws-dynamodb


https://github.com/astj/mackerel-plugin-aws-dynamodb

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

mackerel-plugin-aws-dynamodb
=================================

AWS DynamoDB custom metrics plugin for mackerel.io agent.

## Synopsis

```shell
mackerel-plugin-aws-dynamodb -table-name= -region= [-access-key-id=] [-secret-access-key=] [-tempfile=]
```
* collect data from specified AWS DynamoDB
* you can set keys by environment variables: `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`

## Example of mackerel-agent.conf

```
[plugin.metrics.aws-dynamodb]
command = "/path/to/mackerel-plugin-aws-dynamodb"
```