plugin.json 1011 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "type": "datasource",
  3. "name": "Prometheus",
  4. "id": "prometheus",
  5. "includes": [
  6. {
  7. "type": "dashboard",
  8. "name": "Prometheus Stats",
  9. "path": "dashboards/prometheus_stats.json"
  10. },
  11. {
  12. "type": "dashboard",
  13. "name": "Prometheus 2.0 Stats",
  14. "path": "dashboards/prometheus_2_stats.json"
  15. },
  16. {
  17. "type": "dashboard",
  18. "name": "Grafana Stats",
  19. "path": "dashboards/grafana_stats.json"
  20. }
  21. ],
  22. "metrics": true,
  23. "alerting": true,
  24. "annotations": true,
  25. "explore": true,
  26. "tables": true,
  27. "queryOptions": {
  28. "minInterval": true
  29. },
  30. "info": {
  31. "description": "Prometheus Data Source for Grafana",
  32. "author": {
  33. "name": "Grafana Project",
  34. "url": "https://grafana.com"
  35. },
  36. "logos": {
  37. "small": "img/prometheus_logo.svg",
  38. "large": "img/prometheus_logo.svg"
  39. },
  40. "links": [
  41. {
  42. "name": "Prometheus",
  43. "url": "https://prometheus.io/"
  44. }
  45. ],
  46. "version": "5.0.0"
  47. }
  48. }