File tree Expand file tree Collapse file tree 2 files changed +106
-12
lines changed Expand file tree Collapse file tree 2 files changed +106
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json" ,
3
3
"type" : " datasource" ,
4
- "name" : " node-graph-plugin " ,
5
- "id" : " k-8-s-packet-node-graph-plugin " ,
4
+ "name" : " Node Graph Panel API " ,
5
+ "id" : " k8spacket-nodegraphplugin-datasource " ,
6
6
"metrics" : true ,
7
7
"info" : {
8
- "description" : " k8spacket node graph plugin" ,
8
+ "description" : " A Datasource plugin transforms JSON API response to data understandable by Grafana Node Graph panel visualization " ,
9
9
"author" : {
10
- "name" : " dariusz .barecki" ,
11
- "url" : " "
10
+ "name" : " darek .barecki" ,
11
+ "url" : " https://github.com/k8spacket/node-graph-plugin "
12
12
},
13
13
"keywords" : [
14
- " k8spacket" ,
15
- " tcp" ,
16
14
" network" ,
17
- " traffic " ,
15
+ " datasource " ,
18
16
" node-graph" ,
19
17
" grafana"
20
18
],
25
23
"links" : [
26
24
{
27
25
"name" : " Website" ,
28
- "url" : " https://github.com/grafana/grafana-starter-datasource "
26
+ "url" : " https://github.com/k8spacket/node-graph-plugin "
29
27
},
30
28
{
31
29
"name" : " License" ,
32
- "url" : " https://github.com/grafana/grafana-starter-datasource /blob/master/LICENSE"
30
+ "url" : " https://github.com/k8spacket/node-graph-plugin /blob/master/LICENSE"
33
31
}
34
32
],
35
33
"screenshots" : [],
36
- "version" : " %VERSION% " ,
34
+ "version" : " 1.0.0 " ,
37
35
"updated" : " %TODAY%"
38
36
},
39
37
"dependencies" : {
You can’t perform that action at this time.
0 commit comments