forked from ovh/ovh-warp10-datasource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
37 lines (32 loc) · 839 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
32
33
34
35
36
37
{
"name": "Warp10",
"id": "grafana-warp10-datasource",
"type": "datasource",
"staticRoot": ".",
"partials": {
"config": "public/app/plugins/datasource/warp10/partials/config.html"
},
"metrics": true,
"annotations": true,
"info": {
"description": "Datasource plugin for the Warp1 plateform",
"author": {
"name": "warp10.io",
"url": "http://www.warp10.io/"
},
"logos": {
"small": "img/warp10.png",
"large": "img/warp10.png"
},
"links": [
{"name": "GitHub", "url": "https://github.com/cityzendata/grafana-warp10"},
{"name": "MIT License", "url": "https://github.com/cityzendata/grafana-warp10/blob/master/LICENSE"}
],
"version": "1.2.4",
"updated": "2017-10-11"
},
"dependencies": {
"grafanaVersion": "3.x.x",
"plugins": [ ]
}
}