From 520bc2d12f13352bf9f1c435f7a5219351012f73 Mon Sep 17 00:00:00 2001 From: Adam Simpson Date: Fri, 14 Apr 2023 17:10:24 +0000 Subject: [PATCH] automated release 3.0.1-beta --- dist/plugin.json | 60 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 00000000..96f3d7d9 --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,60 @@ +{ + "$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json", + "type": "datasource", + "name": "ClickHouse", + "id": "grafana-clickhouse-datasource", + "metrics": true, + "backend": true, + "logs": true, + "alerting": true, + "annotations": true, + "executable": "gpx_clickhouse", + "includes": [ + { + "type": "dashboard", + "name": "Query Analysis", + "path": "dashboards/query-analysis.json" + }, + { + "type": "dashboard", + "name": "Data Analysis", + "path": "dashboards/data-analysis.json" + }, + { + "type": "dashboard", + "name": "Cluster Analysis", + "path": "dashboards/cluster-analysis.json" + } + ], + "category": "sql", + "info": { + "description": "ClickHouse datasource plugin for Grafana", + "author": { + "name": "Grafana Labs" + }, + "keywords": [ + "Simple" + ], + "logos": { + "small": "img/logo.png", + "large": "img/logo.png" + }, + "links": [ + { + "name": "Website", + "url": "https://github.com/grafana/clickhouse-datasource" + }, + { + "name": "License", + "url": "https://github.com/grafana/clickhouse-datasource/blob/master/LICENSE" + } + ], + "screenshots": [], + "version": "3.0.1-beta", + "updated": "2023-04-14" + }, + "dependencies": { + "grafanaDependency": "9.x", + "plugins": [] + } +}