mirror of
https://github.com/grafana/grafana.git
synced 2025-01-24 23:37:01 -06:00
16 lines
283 B
JSON
16 lines
283 B
JSON
{
|
|
"pluginType": "datasource",
|
|
"name": "OpenTSDB",
|
|
|
|
"type": "opentsdb",
|
|
"serviceName": "OpenTSDBDatasource",
|
|
|
|
"module": "plugins/datasource/opentsdb/datasource",
|
|
|
|
"partials": {
|
|
"config": "app/plugins/datasource/opentsdb/partials/config.html"
|
|
},
|
|
|
|
"metrics": true
|
|
}
|