From 27b46bd199b28523ffaba9e90f2abb4ba3c3550c Mon Sep 17 00:00:00 2001 From: Andrew Hackmann <5140848+bossinc@users.noreply.github.com> Date: Fri, 9 Sep 2022 03:13:34 +0000 Subject: [PATCH] automated release 2.0.1 --- dist/plugin.json | 59 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 00000000..998410f3 --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,59 @@ +{ + "$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, + "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": "2.0.1", + "updated": "2022-09-08" + }, + "dependencies": { + "grafanaDependency": "8.x || 9.x", + "plugins": [] + } +}