plugin.json 900 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. "tables": false,
  12. "queryOptions": {
  13. "maxDataPoints": true,
  14. "cacheTimeout": true
  15. },
  16. "info": {
  17. "description": "Open source time series database",
  18. "author": {
  19. "name": "Grafana Project",
  20. "url": "https://grafana.com"
  21. },
  22. "logos": {
  23. "small": "img/graphite_logo.png",
  24. "large": "img/graphite_logo.png"
  25. },
  26. "links": [
  27. { "name": "Graphite", "url": "https://graphiteapp.org/" },
  28. {
  29. "name": "Graphite 1.1 Release",
  30. "url": "https://grafana.com/blog/2018/01/11/graphite-1.1-teaching-an-old-dog-new-tricks/"
  31. }
  32. ]
  33. }
  34. }