mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 23:53:25 -06:00
e1d408a66f
* 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
469 B
JSON
25 lines
469 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "OpenTSDB",
|
|
"id": "opentsdb",
|
|
"category": "tsdb",
|
|
|
|
"metrics": true,
|
|
"defaultMatchFormat": "pipe",
|
|
"annotations": true,
|
|
"alerting": true,
|
|
"tables": false,
|
|
|
|
"info": {
|
|
"description": "Open source time series database",
|
|
"author": {
|
|
"name": "Grafana Project",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/opentsdb_logo.png",
|
|
"large": "img/opentsdb_logo.png"
|
|
}
|
|
}
|
|
}
|