mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 23:53:25 -06:00
17 lines
319 B
JSON
17 lines
319 B
JSON
{
|
|
"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,
|
|
"defaultMatchFormat": "pipe"
|
|
}
|