-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathplugin.json
More file actions
33 lines (30 loc) · 793 Bytes
/
plugin.json
File metadata and controls
33 lines (30 loc) · 793 Bytes
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
32
33
{
"type": "app",
"name": "Snap",
"id": "raintank-snap-app",
"info": {
"description": "Snap Data Source and API UI",
"author": {
"name": "Raintank Inc.",
"url": "http://raintank.io"
},
"keywords": ["snap"],
"version": "0.0.5",
"updated": "2017-01-16",
"logos": {
"small": "src/img/snap-small.png",
"large": "src/img/snap-large.png"
},
"links": [
{"name": "GitHub", "url": "https://github.com/raintank/snap-app"},
{"name": "Snap", "url": "https://github.com/intelsdi-x/snap"},
{"name": "License", "url": "https://github.com/raintank/snap-app/blob/master/LICENSE"}
]
},
"includes": [
{"type": "datasource", "name": "Snap DS"}
],
"dependencies": {
"grafanaVersion": "3.1.1 - 4.0.0"
}
}