From 9f159d81432db19dc5f05fe53acd6ae1c300158b Mon Sep 17 00:00:00 2001 From: Dale Mcdiarmid Date: Sat, 29 Jun 2024 09:50:12 +0100 Subject: [PATCH] remove plugin.json --- dist/plugin.json | 64 ------------------------------------------------ 1 file changed, 64 deletions(-) delete mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json deleted file mode 100644 index a5dfbb57..00000000 --- a/dist/plugin.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "$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, - "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": "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.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.0.0-beta", - "updated": "2023-12-07" - }, - "dependencies": { - "grafanaDependency": ">=9.5.0", - "plugins": [] - } -}