Skip to content

Commit

Permalink
automated release 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerTorres committed Jul 26, 2024
1 parent 3b80c4b commit 15f961b
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"$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"
},
{
"type": "dashboard",
"name": "ClickHouse OTel Dashboard",
"path": "dashboards/opentelemetry-clickhouse.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.3.1",
"updated": "2024-07-26"
},
"dependencies": {
"grafanaDependency": ">=9.5.0",
"plugins": []
}
}

0 comments on commit 15f961b

Please sign in to comment.