plugin.json 994 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "Graphite",
  3. "type": "datasource",
  4. "id": "graphite",
  5. "category": "tsdb",
  6. "includes": [
  7. { "type": "dashboard", "name": "Graphite Carbon Metrics", "path": "dashboards/carbon_metrics.json" },
  8. { "type": "dashboard", "name": "Metrictank (Graphite alternative)", "path": "dashboards/metrictank.json" }
  9. ],
  10. "metrics": true,
  11. "alerting": true,
  12. "annotations": true,
  13. "backend": true,
  14. "queryOptions": {
  15. "maxDataPoints": true,
  16. "cacheTimeout": true
  17. },
  18. "info": {
  19. "description": "Open source time series database",
  20. "author": {
  21. "name": "Grafana Labs",
  22. "url": "https://grafana.com"
  23. },
  24. "logos": {
  25. "small": "img/graphite_logo.png",
  26. "large": "img/graphite_logo.png"
  27. },
  28. "links": [
  29. { "name": "Learn more", "url": "https://graphiteapp.org/" },
  30. {
  31. "name": "Graphite 1.1 Release",
  32. "url": "https://grafana.com/blog/2018/01/11/graphite-1.1-teaching-an-old-dog-new-tricks/"
  33. }
  34. ]
  35. }
  36. }