Skip to content

Commit 96092ee

Browse files
committed
automated release 0.11.0
1 parent c6c22bf commit 96092ee

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

dist/plugin.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
3+
"type": "datasource",
4+
"name": "ClickHouse",
5+
"id": "grafana-clickhouse-datasource",
6+
"metrics": true,
7+
"backend": true,
8+
"logs": true,
9+
"alerting": true,
10+
"executable": "gpx_clickhouse",
11+
"category": "sql",
12+
"info": {
13+
"description": "ClickHouse datasource plugin for Grafana",
14+
"author": {
15+
"name": "Grafana Labs"
16+
},
17+
"keywords": ["Simple"],
18+
"logos": {
19+
"small": "img/logo.png",
20+
"large": "img/logo.png"
21+
},
22+
"links": [
23+
{"name": "Website", "url": "https://github.com/grafana/clickhouse-datasource"},
24+
{"name": "License", "url": "https://github.com/grafana/clickhouse-datasource/blob/master/LICENSE"}
25+
],
26+
"screenshots": [],
27+
"version": "0.11.0",
28+
"updated": "2022-02-10"
29+
},
30+
"dependencies": {
31+
"grafanaDependency": ">=7.0.0",
32+
"plugins": []
33+
}
34+
}

0 commit comments

Comments
 (0)