From 8b9f9872b817c0b1fdc3a19072e757a36026d778 Mon Sep 17 00:00:00 2001 From: Andreas Christou Date: Fri, 22 Mar 2024 16:55:13 +0000 Subject: [PATCH] automated release 5.0.0 --- dist/plugin.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 00000000..6ebc216e --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,40 @@ +{ + "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": "5.0.0", + "updated": "2024-03-22" + }, + "dependencies": { + "grafanaDependency": ">=9.5.0", + "plugins": [] + }, + "metrics": true, + "annotations": true, + "backend": true, + "executable": "gpx_adx", + "alerting": true, + "logs": true +}