File tree Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json" ,
3+ "type" : " datasource" ,
4+ "name" : " GitHub" ,
5+ "id" : " grafana-github-datasource" ,
6+ "backend" : true ,
7+ "executable" : " gpx_github" ,
8+ "annotations" : true ,
9+ "alerting" : true ,
10+ "metrics" : true ,
11+ "includes" : [
12+ {
13+ "type" : " dashboard" ,
14+ "name" : " GitHub (demo)" ,
15+ "path" : " dashboards/dashboard.json"
16+ }
17+ ],
18+ "info" : {
19+ "description" : " Show data about github issues/pull requests" ,
20+ "author" : {
21+ "name" : " Grafana Labs" ,
22+ "url" : " https://grafana.com"
23+ },
24+ "keywords" : [
25+ " github" ,
26+ " git" ,
27+ " devops" ,
28+ " developer tools"
29+ ],
30+ "logos" : {
31+ "small" : " img/github.svg" ,
32+ "large" : " img/github.svg"
33+ },
34+ "links" : [
35+ {
36+ "name" : " Website" ,
37+ "url" : " https://github.com/grafana/github-datasource"
38+ }
39+ ],
40+ "screenshots" : [],
41+ "version" : " 1.7.4" ,
42+ "updated" : " 2024-07-24"
43+ },
44+ "dependencies" : {
45+ "grafanaDependency" : " >=9.1.0" ,
46+ "plugins" : []
47+ },
48+ "generated" : {
49+ "extensions" : []
50+ }
51+ }
You can’t perform that action at this time.
0 commit comments