Plugins 〉DynamoDB
DynamoDB
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.
{{< admonition type="note" >}} This plugin is available for Grafana Enterprise only. {{< /admonition >}}
See also
Grafana Cloud Free
- Free tier: Limited to 3 users
- Paid plans: $55 / user / month above included usage
- Access to all Enterprise Plugins
- Fully managed service (not available to self-manage)
Self-hosted Grafana Enterprise
- Access to all Enterprise plugins
- All Grafana Enterprise features
- Self-manage on your own infrastructure
Grafana Cloud Free
- Free tier: Limited to 3 users
- Paid plans: $55 / user / month above included usage
- Access to all Enterprise Plugins
- Fully managed service (not available to self-manage)
Self-hosted Grafana Enterprise
- Access to all Enterprise plugins
- All Grafana Enterprise features
- Self-manage on your own infrastructure
Grafana Cloud Free
.h4 . .mb-0 }
- Free tier: Limited to 3 users
- Paid plans: $55 / user / month above included usage
- Access to all Enterprise Plugins
- Fully managed service (not available to self-manage)
Self-hosted Grafana Enterprise
- Access to all Enterprise plugins
- All Grafana Enterprise features
- Self-manage on your own infrastructure
Grafana Cloud Free
- Free tier: Limited to 3 users
- Paid plans: $55 / user / month above included usage
- Access to all Enterprise Plugins
- Fully managed service (not available to self-manage)
Self-hosted Grafana Enterprise
- Access to all Enterprise plugins
- All Grafana Enterprise features
- Self-manage on your own infrastructure
Grafana Cloud Free
- Free tier: Limited to 3 users
- Paid plans: $55 / user / month above included usage
- Access to all Enterprise Plugins
- Fully managed service (not available to self-manage)
Self-hosted Grafana Enterprise
- Access to all Enterprise plugins
- All Grafana Enterprise features
- Self-manage on your own infrastructure
Installing DynamoDB on Grafana Cloud:
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
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.
Alternatively, you can manually download the .zip file for your architecture below and unpack it into your grafana plugins directory.
Alternatively, you can manually download the .zip file and unpack it into your grafana plugins directory.
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.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