mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
28 lines
505 B
JSON
28 lines
505 B
JSON
{
|
|
"name": "GenericDatasource",
|
|
"id": "datasource-plugin-genericdatasource",
|
|
"type": "datasource",
|
|
|
|
"module": "plugins/genericdatasource/datasource",
|
|
|
|
"staticRoot": ".",
|
|
|
|
"metrics": true,
|
|
"annotations": false,
|
|
|
|
"info": {
|
|
"description": "generic datsource plugin",
|
|
"author": {
|
|
"name": "Raintank Inc.",
|
|
"url": "http://raintank.io"
|
|
},
|
|
"version": "0.9.0",
|
|
"updated": "2016-02-10"
|
|
},
|
|
|
|
"dependencies": {
|
|
"grafanaVersion": "2.6.x",
|
|
"plugins": [ ]
|
|
}
|
|
}
|