Skip to content

Commit

Permalink
automated release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerTorres committed Jun 27, 2024
1 parent d606790 commit 08d788b
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
"type": "datasource",
"name": "ClickHouse",
"id": "grafana-clickhouse-datasource",
"metrics": true,
"backend": true,
"logs": true,
"tracing": true,
"alerting": true,
"annotations": true,
"executable": "gpx_clickhouse",
"includes": [
{
"type": "dashboard",
"name": "Query Analysis",
"path": "dashboards/query-analysis.json"
},
{
"type": "dashboard",
"name": "Data Analysis",
"path": "dashboards/data-analysis.json"
},
{
"type": "dashboard",
"name": "Cluster Analysis",
"path": "dashboards/cluster-analysis.json"
}
],
"category": "sql",
"info": {
"description": "ClickHouse datasource plugin for Grafana",
"author": {
"name": "Grafana Labs"
},
"keywords": ["Simple"],
"logos": {
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"links": [
{
"name": "Website",
"url": "https://github.com/grafana/clickhouse-datasource"
},
{
"name": "License",
"url": "https://github.com/grafana/clickhouse-datasource/blob/master/LICENSE"
}
],
"screenshots": [],
"version": "4.2.0",
"updated": "2024-06-27"
},
"dependencies": {
"grafanaDependency": ">=9.5.0",
"plugins": []
}
}

0 comments on commit 08d788b

Please sign in to comment.