mirror of
https://github.com/grafana/grafana.git
synced 2025-01-27 16:57:14 -06:00
1497f3d79a
This removes unused properties in explore and datasource meta data (tables and explore properties in plugin.json).
24 lines
438 B
JSON
24 lines
438 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "Direct Input",
|
|
"id": "input",
|
|
"state": "alpha",
|
|
|
|
"metrics": true,
|
|
"alerting": false,
|
|
"annotations": false,
|
|
"logs": false,
|
|
|
|
"info": {
|
|
"description": "Data source that supports manual table & CSV input",
|
|
"author": {
|
|
"name": "Grafana Project",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/input.svg",
|
|
"large": "img/input.svg"
|
|
}
|
|
}
|
|
}
|