plugin.json 992 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. "queryOptions": {
  27. "minInterval": true
  28. },
  29. "info": {
  30. "description": "Prometheus Data Source for Grafana",
  31. "author": {
  32. "name": "Grafana Project",
  33. "url": "https://grafana.com"
  34. },
  35. "logos": {
  36. "small": "img/prometheus_logo.svg",
  37. "large": "img/prometheus_logo.svg"
  38. },
  39. "links": [
  40. {
  41. "name": "Prometheus",
  42. "url": "https://prometheus.io/"
  43. }
  44. ],
  45. "version": "5.0.0"
  46. }
  47. }