forked from grafana.jool/grafana-jool
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
466 B
24 lines
466 B
{
|
|
"type": "datasource",
|
|
"name": "OpenTSDB",
|
|
"id": "opentsdb",
|
|
"category": "tsdb",
|
|
|
|
"metrics": true,
|
|
"defaultMatchFormat": "pipe",
|
|
"annotations": true,
|
|
"alerting": true,
|
|
"backend": 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"
|
|
}
|
|
}
|
|
}
|
|
|