diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 00000000..5ec6c7f1 --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,34 @@ +{ + "$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", + "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.12.0", + "updated": "2022-02-10" + }, + "dependencies": { + "grafanaDependency": ">=7.0.0", + "plugins": [] + } +}