feat(examples): add datasource plugin example
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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": [ ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user