Skip to content

Commit

Permalink
automated release 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Lepper committed Jan 18, 2022
1 parent 6282a1b commit 7e2ebc0
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"$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,
"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.9.7",
"updated": "2022-01-18"
},
"dependencies": {
"grafanaDependency": ">=7.0.0",
"plugins": []
}
}

0 comments on commit 7e2ebc0

Please sign in to comment.