forked from marshell08/grafana-plugins
-
Notifications
You must be signed in to change notification settings - Fork 23
/
plugin.json
38 lines (33 loc) · 861 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
38
{
"name": "Gnocchi",
"type": "datasource",
"id": "gnocchixyz-gnocchi-datasource",
"defaultMatchFormat": "glob",
"metrics": true,
"annotations": false,
"staticRoot": ".",
"info": {
"description": "Gnocchi Datasource",
"author": {
"name": "Mehdi ABAAKOUK",
"url": "https://github.com/gnocchixyz"
},
"logos": {
"small": "docs/gnocchi-logo.png",
"large": "docs/gnocchi-logo.png"
},
"links": [
{"name": "Gnocchi", "url": "http://gnocchi.xyz"},
{"name": "GitHub", "url": "https://github.com/gnocchixyz/grafana-gnocchi-datasource"},
{"name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0"}
],
"screenshots": [
],
"version": "1.7.1",
"updated": "2018-03-20"
},
"dependencies": {
"grafanaVersion": "3.x.x",
"plugins": [ ]
}
}