From 9192059cf5471814b4d10514ea793e8c1bc885f8 Mon Sep 17 00:00:00 2001 From: Adam Simpson Date: Mon, 12 Jun 2023 16:06:19 +0000 Subject: [PATCH] automated release 4.5.0 --- dist/plugin.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 00000000..e7177131 --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,39 @@ +{ + "type": "datasource", + "name": "Azure Data Explorer Datasource", + "id": "grafana-azure-data-explorer-datasource", + "info": { + "description": "Grafana data source for Azure Data Explorer", + "author": { + "name": "Grafana Labs", + "url": "https://grafana.com" + }, + "keywords": ["azure", "kusto", "kustodb", "azure data explorer", "data", "explorer"], + "logos": { + "small": "img/logo.png", + "large": "img/logo.png" + }, + "links": [ + { + "name": "Project site", + "url": "https://github.com/grafana/azure-data-explorer-datasource" + }, + { + "name": "Apache License", + "url": "https://github.com/grafana/azure-data-explorer-datasource/blob/main/LICENSE" + } + ], + "screenshots": [], + "version": "4.5.0", + "updated": "2023-06-12" + }, + "dependencies": { + "grafanaDependency": ">=8.0.0", + "plugins": [] + }, + "metrics": true, + "annotations": true, + "backend": true, + "executable": "gpx_adx", + "alerting": true +}