plugin.json 987 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. "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. }
  47. }