grafana/public/app/plugins/datasource/opentsdb/plugin.json
2017-03-21 15:37:55 +01:00

22 lines
373 B
JSON

{
"type": "datasource",
"name": "OpenTSDB",
"id": "opentsdb",
"metrics": true,
"defaultMatchFormat": "pipe",
"annotations": true,
"alerting": true,
"info": {
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
"logos": {
"small": "img/opentsdb_logo.png",
"large": "img/opentsdb_logo.png"
}
}
}