diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 0000000..5c033bf --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,51 @@ +{ + "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", + "amazon", + "cloud provider", + "time series" + ], + "logos": { + "small": "img/timestream.svg", + "large": "img/timestream.svg" + }, + "links": [ + { + "name": "Website", + "url": "https://github.com/grafana/timestream-datasource" + } + ], + "screenshots": [], + "version": "2.9.12", + "updated": "2024-12-12" + }, + "dependencies": { + "grafanaDependency": ">=9.5.13", + "plugins": [] + }, + "buildMode": "production" +} \ No newline at end of file