mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* minor refactoring * Added category * Minor progress * Progres * Updated descriptions * Added custom sort * NewDataSource: progress * Updated design * NewDataSource: Updated design * Updated link * Feedback changes
25 lines
458 B
JSON
25 lines
458 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "Direct Input",
|
|
"id": "input",
|
|
"state": "alpha",
|
|
|
|
"metrics": true,
|
|
"alerting": false,
|
|
"annotations": false,
|
|
"logs": false,
|
|
"explore": 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"
|
|
}
|
|
}
|
|
}
|