File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments