grafana/public/app/plugins/datasource/opentsdb/plugin.json
Marcus Efraimsson 1497f3d79a
Chore: Remove unused properties in explore (#17359)
This removes unused properties in explore and datasource 
meta data (tables and explore properties in plugin.json).
2019-05-31 09:45:53 +02:00

24 lines
450 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 Project",
"url": "https://grafana.com"
},
"logos": {
"small": "img/opentsdb_logo.png",
"large": "img/opentsdb_logo.png"
}
}
}