mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
17 lines
311 B
JSON
17 lines
311 B
JSON
{
|
|
"pluginType": "datasource",
|
|
"name": "KairosDB",
|
|
|
|
"type": "kairosdb",
|
|
"serviceName": "KairosDBDatasource",
|
|
|
|
"module": "app/plugins/datasource/kairosdb/datasource",
|
|
|
|
"partials": {
|
|
"config": "app/plugins/datasource/kairosdb/partials/config.html"
|
|
},
|
|
|
|
"metrics": true,
|
|
"annotations": false
|
|
}
|