generated from grafana/grafana-starter-panel
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplugin.json
31 lines (29 loc) · 926 Bytes
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"type": "panel",
"name": "Percent+",
"id": "jeanbaptistewatenberg-percent-panel",
"info": {
"description": "Grafana percent+ stat panel. Simply computes and display percent given two metrics.",
"author": {
"name": "Jean-Baptiste WATENBERG"
},
"keywords": ["Percent"],
"logos": {
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"links": [
{"name": "Website", "url": "https://github.com/JeanBaptisteWATENBERG/grafana-percent-stat"},
{"name": "License", "url": "https://github.com/JeanBaptisteWATENBERG/grafana-percent-stat/blob/master/LICENSE"}
],
"screenshots": [
{ "name": "Options", "path": "https://raw.githubusercontent.com/JeanBaptisteWATENBERG/grafana-percent-plus/master/docs/configure.png" }
],
"version": "1.0.6",
"updated": "2019-11-16"
},
"dependencies": {
"grafanaVersion": "6.3.x",
"plugins": []
}
}