From 7e2ebc03d0ce08b17bfde894cbf1ee54f1b1849f Mon Sep 17 00:00:00 2001 From: Scott Lepper Date: Tue, 18 Jan 2022 20:39:49 +0000 Subject: [PATCH] automated release 0.9.7 --- dist/plugin.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 00000000..84ae29ae --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,33 @@ +{ + "$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, + "executable": "gpx_clickhouse", + "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": "0.9.7", + "updated": "2022-01-18" + }, + "dependencies": { + "grafanaDependency": ">=7.0.0", + "plugins": [] + } +}