Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 765 Bytes

File metadata and controls

23 lines (17 loc) · 765 Bytes

mackerel-plugin-aws-dynamodb

AWS DynamoDB custom metrics plugin for mackerel.io agent. Currently this plugin doesn't support following metrics:

  • Metrics which take GlobalSecondaryIndexName Dimension
  • Metrics related to DynamoDB Streams

Synopsis

mackerel-plugin-aws-dynamodb -table-name=<table-name> -region=<aws-region> [-access-key-id=<id>] [-secret-access-key=<key>] [-metric-key-prefix=<key-prefix>]
  • 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 -table-name=MyTable -region=ap-northeast-1"