grafana/public/app/plugins/datasource/opentsdb/plugin.json
2020-04-26 15:34:56 -07:00

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"
}
}
}