From 1b228fe898f6f5c3930ab1e18f4ad2f1cc51e71c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ida=20=C5=A0tambuk?= Date: Mon, 29 Jan 2024 11:17:58 +0000 Subject: [PATCH] automated release 2.9.1 --- dist/plugin.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 0000000..84a3368 --- /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.9.1", + "updated": "2024-01-29" + }, + "dependencies": { + "grafanaDependency": ">=8.0.0", + "plugins": [] + } +}