plugin.json 881 B

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