/grafana-dynamodb-datasource

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Grafana DynamoDB Datasource Plugin

This plugin is for connecting Grafana to AWS DynamoDB.

Getting started

# cd /var/lib/grafana/plugins/
# git clone https://github.com/TLV-PMOP/grafana-dynamodb-datasource.git
# service grafana-server restart

Plugins directory depends your environment.

Usage

  1. Table name
    Choose the table name you want to show.
  2. Time field
    Input time field name.
  3. Key condition expression
    Input key condition expression. Refer the AWS page KeyConditions
  4. Expression attribute values
    Input expression attribute values. By pressiong + button, you can add fields.
  5. Value fields
    Input field including value. You can specify multiple field.