From 056abb53d5ec2ee50d8ee4abd10f871c877392c7 Mon Sep 17 00:00:00 2001 From: Andreas Christou Date: Fri, 13 Sep 2024 17:01:20 +0000 Subject: [PATCH] automated release 4.4.0 --- dist/plugin.json | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 00000000..93574664 --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,69 @@ +{ + "$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json", + "type": "datasource", + "name": "ClickHouse", + "id": "grafana-clickhouse-datasource", + "metrics": true, + "backend": true, + "logs": true, + "tracing": 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": "ClickHouse OTel Dashboard", + "path": "dashboards/opentelemetry-clickhouse.json" + }, + { + "type": "dashboard", + "name": "ClickHouse System Dashboards", + "path": "dashboards/system-dashboards.json" + } + ], + "category": "sql", + "info": { + "description": "ClickHouse datasource plugin for Grafana", + "author": { + "name": "Grafana Labs" + }, + "keywords": ["Simple"], + "logos": { + "small": "img/logo.svg", + "large": "img/logo.svg" + }, + "links": [ + { + "name": "Website", + "url": "https://github.com/grafana/clickhouse-datasource" + }, + { + "name": "License", + "url": "https://github.com/grafana/clickhouse-datasource/blob/master/LICENSE" + } + ], + "screenshots": [], + "version": "4.4.0", + "updated": "2024-09-13" + }, + "dependencies": { + "grafanaDependency": ">=9.5.0", + "plugins": [] + } +}