plugin.json 515 B

1234567891011121314151617181920212223242526
  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. "alerting": true,
  10. "annotations": true,
  11. "maxDataPoints": true,
  12. "cacheTimeout": true,
  13. "info": {
  14. "author": {
  15. "name": "Grafana Project",
  16. "url": "https://grafana.com"
  17. },
  18. "logos": {
  19. "small": "img/graphite_logo.png",
  20. "large": "img/graphite_logo.png"
  21. }
  22. }
  23. }