From b3f4cc498209da96ef8af0c082beb3cf3f9acbc7 Mon Sep 17 00:00:00 2001 From: Andrew Hackmann <5140848+bossinc@users.noreply.github.com> Date: Wed, 31 May 2023 16:16:13 +0000 Subject: [PATCH] automated release 3.1.0 --- dist/plugin.json | 65 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 00000000..d46cdead --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,65 @@ +{ + "$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" + }, + { + "type": "dashboard", + "name": "Open Telemetry Traces", + "path": "dashboards/open-telemetry-traces.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.1.0", + "updated": "2023-05-31" + }, + "dependencies": { + "grafanaDependency": ">=9.0.0", + "plugins": [] + } +}