35 lines
787 B
JSON
35 lines
787 B
JSON
{
|
|
"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": [ ]
|
|
}
|
|
}
|