plugin.json 294 B

123456789101112131415
  1. {
  2. "name": "Graphite",
  3. "type": "datasource",
  4. "id": "graphite",
  5. "module": "app/plugins/datasource/graphite/datasource",
  6. "partials": {
  7. "config": "app/plugins/datasource/graphite/partials/config.html"
  8. },
  9. "defaultMatchFormat": "glob",
  10. "metrics": true,
  11. "annotations": true
  12. }