mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
17 lines
360 B
Plaintext
17 lines
360 B
Plaintext
{
|
|
"pluginType": "datasource",
|
|
"name": "Generic SQL (prototype)",
|
|
|
|
"type": "generic_sql",
|
|
"serviceName": "SqlDatasource",
|
|
|
|
"module": "app/plugins/datasource/sql/datasource",
|
|
|
|
"partials": {
|
|
"config": "app/plugins/datasource/sql/partials/config.html",
|
|
"query": "app/plugins/datasource/sql/partials/query.editor.html"
|
|
},
|
|
|
|
"metrics": true
|
|
}
|