plugin.json 297 B

123456789101112131415
  1. {
  2. "pluginType": "datasource",
  3. "name": "Grafana (for testing)",
  4. "type": "grafana",
  5. "serviceName": "GrafanaDatasource",
  6. "module": "plugins/datasource/grafana/datasource",
  7. "partials": {
  8. "query": "app/plugins/datasource/grafana/partials/query.editor.html"
  9. },
  10. "metrics": true
  11. }