Plugins 〉DynamoDB


Developer

Grafana Labs

Sign up to receive occasional product news and updates:



Data Source
grafana
Enterprise

DynamoDB

Documentation →

DynamoDB data source for Grafana

The DynamoDB data source allows a direct connection to DynamoDB to query and visualize data in Grafana.

This data source supports PartiQL query syntax and provides an editor to format and color code your PartiQL statements.

See also

Technical documentation

License

Installing DynamoDB on Grafana Cloud:

For more information, visit the docs on plugin installation.

Installing on a local Grafana:

For local instances, plugins are installed and updated via a simple CLI command. Plugins are not updated automatically, however you will be notified when updates are available right within your Grafana.

1. Install the Data Source

Use the grafana-cli tool to install DynamoDB from the commandline:

grafana-cli plugins install 

The plugin will be installed into your grafana plugins directory; the default is /var/lib/grafana/plugins. More information on the cli tool.

2. Configure the Data Source

Accessed from the Grafana main menu, newly installed data sources can be added immediately within the Data Sources section.

Next, click the Add data source button in the upper right. The data source will be available for selection in the Type select box.

To see a list of installed data sources, click the Plugins item in the main menu. Both core data sources and installed data sources will appear.

Changelog

v2.1.6 - 2025-02-12

  • ⚙️ Chore: Update dependencies

v2.1.5 - 2025-01-30

  • ⚙️ Chore: Add ARN warning

v2.1.4 - 2025-01-20

  • ⚙️ Chore: Update dependencies

v2.1.3 - 2025-01-06

  • ⚙️ Chore: update backend dependencies

v2.1.2 - 2024-12-13

  • ⚙️ Chore: Update backend dependencies

v2.1.1 - 2024-11-22

  • ⚙️ Chore: Update dependencies

v2.1.0 - 2024-10-22

  • ⚙️ Chore: Update backend and frontend dependencies
  • ⚙️ Chore: Minimal supported Grafana version is now 10.4.8

v2.0.1 - 2024-10-15

  • ⚙️ Chore: Update settings

v2.0.0 - 2024-10-08

  • 🚀 Feature: Update AWS Auth component in config page
  • 🚀 Feature: Support session token configuration with AWS credentials file
  • BREAKING CHANGE: This release includes a breaking change config page. Should you update the config page, you may lose Access Secret Key. Ensure to have Access Key and Access Secret key to update the config page.

v1.1.3 - 2024-09-29

  • ⚙️ Chore: update backend dependencies

v1.1.2 - 2024-09-18

  • ⚙️ Chore: Update dependencies

v1.1.1 - 2024-09-18

  • ⚙️ Chore: add errorsource

v1.1.0 - 2024-09-12

  • ⚙️ Chore: Update dependencies
  • 📝 Documentation: Update docs

v1.0.5 - 2024-09-10

  • ⚙️ Chore: Update dependencies

v1.0.4 - 2024-09-09

  • ⚙️ Chore: update backend dependencies

v1.0.3 - 2024-08-19

  • ⚙️ Chore: update frontend dependencies
  • ⚙️ Chore: update backend dependencies

v1.0.2 - 2024-07-10

  • 📝 Fix: Fix license check

v1.0.1 - 2024-06-21

  • 📝 Documentation: Remove BETA from the readme

v1.0.0 - 2024-06-20

  • ⚙️ Chore: Stable release
  • ⚙️ Chore: update backend dependencies

v0.1.1-beta

  • Initial beta version