mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 15:43:23 -06:00
24 lines
447 B
JSON
24 lines
447 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "OpenTSDB",
|
|
"id": "opentsdb",
|
|
"category": "tsdb",
|
|
|
|
"metrics": true,
|
|
"defaultMatchFormat": "pipe",
|
|
"annotations": true,
|
|
"alerting": true,
|
|
|
|
"info": {
|
|
"description": "Open source time series database",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/opentsdb_logo.png",
|
|
"large": "img/opentsdb_logo.png"
|
|
}
|
|
}
|
|
}
|