plugin.json 505 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "GenericDatasource",
  3. "id": "datasource-plugin-genericdatasource",
  4. "type": "datasource",
  5. "module": "plugins/genericdatasource/datasource",
  6. "staticRoot": ".",
  7. "metrics": true,
  8. "annotations": false,
  9. "info": {
  10. "description": "generic datsource plugin",
  11. "author": {
  12. "name": "Raintank Inc.",
  13. "url": "http://raintank.io"
  14. },
  15. "version": "0.9.0",
  16. "updated": "2016-02-10"
  17. },
  18. "dependencies": {
  19. "grafanaVersion": "2.6.x",
  20. "plugins": [ ]
  21. }
  22. }