diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 0000000..2ee3755 --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,38 @@ +{ + "type": "datasource", + "name": "Amazon Timestream", + "id": "grafana-timestream-datasource", + "category": "tsdb", + + "backend": true, + "executable": "gpx_timestream", + "metrics": true, + "alerting": true, + "annotations": true, + "includes": [{ "type": "dashboard", "name": "Sample (DevOps)", "path": "dashboards/sample.json" }], + "info": { + "description": "Managed timeseries database from amazon", + "author": { + "name": "Grafana Labs", + "url": "https://grafana.com" + }, + "keywords": ["datasource", "timestream", "aws"], + "logos": { + "small": "img/timestream.svg", + "large": "img/timestream.svg" + }, + "links": [ + { + "name": "Website", + "url": "https://github.com/grafana/timestream-datasource" + } + ], + "screenshots": [], + "version": "2.4.0", + "updated": "2022-12-05" + }, + "dependencies": { + "grafanaDependency": ">=8.0.0", + "plugins": [] + } +}