grafana/public/app/plugins/datasource/opentsdb/plugin.json

25 lines
471 B
JSON
Raw Normal View History

{
"type": "datasource",
"name": "OpenTSDB",
"id": "opentsdb",
"metrics": true,
2016-03-08 09:47:36 -06:00
"defaultMatchFormat": "pipe",
"annotations": true,
"alerting": true,
2018-11-29 03:39:00 -06:00
"tables": false,
"info": {
"description": "OpenTSDB Data Source for Grafana",
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
"logos": {
"small": "img/opentsdb_logo.png",
"large": "img/opentsdb_logo.png"
},
"version": "5.0.0"
}
}