Skip to content

Commit b6748c0

Browse files
author
Scott Lepper
committed
automated release 0.9.5
1 parent b219db5 commit b6748c0

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

dist/plugin.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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+
"executable": "gpx_clickhouse",
10+
"category": "sql",
11+
"info": {
12+
"description": "ClickHouse datasource plugin for Grafana",
13+
"author": {
14+
"name": "Grafana Labs"
15+
},
16+
"keywords": ["Simple"],
17+
"logos": {
18+
"small": "img/logo.png",
19+
"large": "img/logo.png"
20+
},
21+
"links": [
22+
{"name": "Website", "url": "https://github.com/grafana/grafana-starter-datasource-backend"},
23+
{"name": "License", "url": "https://github.com/grafana/grafana-starter-datasource-backend/blob/master/LICENSE"}
24+
],
25+
"screenshots": [],
26+
"version": "0.9.5",
27+
"updated": "2022-01-13"
28+
},
29+
"dependencies": {
30+
"grafanaDependency": ">=7.0.0",
31+
"plugins": []
32+
}
33+
}

0 commit comments

Comments
 (0)