generated from grafana/grafana-starter-datasource-backend
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b4b9bf8
commit e260731
Showing
1 changed file
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"$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" | ||
}, | ||
{ | ||
"type": "dashboard", | ||
"name": "ClickHouse System Dashboards", | ||
"path": "dashboards/system-dashboards.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.5.0", | ||
"updated": "2024-10-14" | ||
}, | ||
"dependencies": { | ||
"grafanaDependency": ">=9.5.0", | ||
"plugins": [] | ||
} | ||
} |