The Timestream datasource plugin provides a support for Amazon Timestream. Add it as a data source, then you are ready to build dashboards using timestream query results
Please add feedback to the issues folder, and we will follow up shortly. Be sure to include version information for both grafana and the installed plugin.
The production plugins can be downloaded from the Timestream plugin page.
For configuration options, see: src/README.md
You will need to install Node.js, Yarn, Go, and Mage first.
yarn install --frozen-lockfile
yarn dev
— will build the frontend changesmage build:backend
— will build the backend changes- (Optional)
mage -v buildAll
— this is optional if you need backend plugins for other platforms - The compiled plugin should be in
dist/
directory. - Run Grafana in development mode, or configure Grafana to load the unsigned plugin.
- You can install by following the install Grafana plugins docs page.
For more information, please consult the build a plugin docs page.