feat: initial commit

This commit is contained in:
Thom Lamb
2026-06-23 11:18:54 -05:00
parent fc3ce9a074
commit 1bb980f070
790 changed files with 149255 additions and 218 deletions
@@ -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": [ ]
}
}