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

16 lines
287 B
JSON
Raw Normal View History

{
"pluginType": "datasource",
"name": "OpenTSDB",
"type": "opentsdb",
"serviceName": "OpenTSDBDatasource",
"module": "app/plugins/datasource/opentsdb/datasource",
"partials": {
"config": "app/plugins/datasource/opentsdb/partials/config.html"
},
"metrics": true
}