forked from sirkjohannsen/grafana-datasource-datadog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
34 lines (30 loc) · 787 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-datadog-datasource",
"name": "DataDog",
"type": "datasource",
"metrics": true,
"annotations": true,
"staticRoot": ".",
"info": {
"description": "datasource plugin for DataDog",
"author": {
"name": "Alex Kessinger",
"url": "http://rumproarious.com"
},
"keywords": ["datadog"],
"logos": {
"small": "img/datadog.png",
"large": "img/datadog.png"
},
"links": [
{"name": "GitHub", "url": "https://github.com/voidfiles/grafana-datasource-datagog"},
{"name": "License", "url": "https://github.com/voidfiles/grafana-datasource-datagog/blob/master/LICENSE"}
],
"version": "0.0.1",
"updated": "2016-12-18"
},
"dependencies": {
"grafanaVersion": "3.x.x",
"plugins": [ ]
}
}