File tree 1 file changed +61
-0
lines changed
1 file changed +61
-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" : " The GitHub data source plugin for Grafana lets you to query the GitHub API in Grafana so you can visualize your GitHub repositories and projects." ,
20
+ "author" : {
21
+ "name" : " Grafana Labs" ,
22
+ "url" : " https://grafana.com"
23
+ },
24
+ "keywords" : [
25
+ " github" ,
26
+ " git" ,
27
+ " devops" ,
28
+ " developer tools" ,
29
+ " api" ,
30
+ " grafana"
31
+ ],
32
+ "logos" : {
33
+ "small" : " img/github.svg" ,
34
+ "large" : " img/github.svg"
35
+ },
36
+ "links" : [
37
+ {
38
+ "name" : " Docs" ,
39
+ "url" : " https://grafana.com/docs/plugins/grafana-github-datasource"
40
+ },
41
+ {
42
+ "name" : " Website" ,
43
+ "url" : " https://github.com/grafana/github-datasource"
44
+ },
45
+ {
46
+ "name" : " Report bug" ,
47
+ "url" : " https://github.com/grafana/github-datasource/issues"
48
+ }
49
+ ],
50
+ "screenshots" : [],
51
+ "version" : " 1.8.2" ,
52
+ "updated" : " 2024-09-11"
53
+ },
54
+ "dependencies" : {
55
+ "grafanaDependency" : " >=9.1.0" ,
56
+ "plugins" : []
57
+ },
58
+ "generated" : {
59
+ "extensions" : []
60
+ }
61
+ }
You can’t perform that action at this time.
0 commit comments