plugin.json 344 B

12345678910111213141516171819
  1. {
  2. "name": "Graphite",
  3. "type": "datasource",
  4. "id": "graphite",
  5. "includes": [
  6. {"type": "dashboard", "name": "Graphite Carbon Metrics", "path": "dashboards/carbon_metrics.json"}
  7. ],
  8. "metrics": true,
  9. "annotations": true,
  10. "info": {
  11. "author": {
  12. "name": "Grafana Project",
  13. "url": "http://grafana.org"
  14. }
  15. }
  16. }