Files
grafana/plugins-bundled/internal/input-datasource/src/plugin.json
Arve Knudsen a87381ece6 CircleCI: Enable plug-in signing (#24240)
* CircleCI: Include signed manifest when building plug-ins
2020-05-05 19:38:09 +02:00

22 lines
397 B
JSON

{
"type": "datasource",
"name": "Direct Input",
"id": "input",
"state": "alpha",
"metrics": true,
"info": {
"version": "1.0.0",
"description": "Data source that supports manual table & CSV input",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/input.svg",
"large": "img/input.svg"
}
}
}