From a3923821b85c21120885566430edde4c62c7d364 Mon Sep 17 00:00:00 2001 From: Andreas Christou Date: Tue, 22 Aug 2023 14:33:59 +0000 Subject: [PATCH] automated release 4.6.2 --- 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..d25f14f9 --- /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.6.2", + "updated": "2023-08-22" + }, + "dependencies": { + "grafanaDependency": ">=8.0.0", + "plugins": [] + }, + "metrics": true, + "annotations": true, + "backend": true, + "executable": "gpx_adx", + "alerting": true +}