feat: initial commit
This commit is contained in:
@@ -0,0 +1,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": [ ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user