Skip to content

Commit 4f5c783

Browse files
committed
Plugin signing preparation
1 parent 2cf1901 commit 4f5c783

File tree

2 files changed

+106
-12
lines changed

2 files changed

+106
-12
lines changed

src/img/logo.svg

Lines changed: 97 additions & 1 deletion
Loading

src/plugin.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
33
"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",
66
"metrics": true,
77
"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",
99
"author": {
10-
"name": "dariusz.barecki",
11-
"url": ""
10+
"name": "darek.barecki",
11+
"url": "https://github.com/k8spacket/node-graph-plugin"
1212
},
1313
"keywords": [
14-
"k8spacket",
15-
"tcp",
1614
"network",
17-
"traffic",
15+
"datasource",
1816
"node-graph",
1917
"grafana"
2018
],
@@ -25,15 +23,15 @@
2523
"links": [
2624
{
2725
"name": "Website",
28-
"url": "https://github.com/grafana/grafana-starter-datasource"
26+
"url": "https://github.com/k8spacket/node-graph-plugin"
2927
},
3028
{
3129
"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"
3331
}
3432
],
3533
"screenshots": [],
36-
"version": "%VERSION%",
34+
"version": "1.0.0",
3735
"updated": "%TODAY%"
3836
},
3937
"dependencies": {

0 commit comments

Comments
 (0)