forked from grafana/kairosdb-datasource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
34 lines (30 loc) · 805 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
{
"id": "grafana-kairosdb-datasource",
"name": "KairosDB",
"type": "datasource",
"metrics": true,
"annotations": false,
"staticRoot": ".",
"info": {
"description": "datasource plugin for KairosDB",
"author": {
"name": "Raintank Inc.",
"url": "http://raintank.io"
},
"keywords": ["kairosdb", "cassandra"],
"logos": {
"small": "img/kairosdb_logo_small.png",
"large": "img/kairosdb_logo_large.png"
},
"links": [
{"name": "GitHub", "url": "https://github.com/grafana/kairosdb-datasource"},
{"name": "License", "url": "https://github.com/grafana/kairosdb-datasource/blob/master/LICENSE"}
],
"version": "1.0.1",
"updated": "2016-02-10"
},
"dependencies": {
"grafanaVersion": "3.x.x",
"plugins": [ ]
}
}