plugin.json 982 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "type": "datasource",
  3. "name": "Prometheus",
  4. "id": "prometheus",
  5. "category": "tsdb",
  6. "includes": [
  7. {
  8. "type": "dashboard",
  9. "name": "Prometheus Stats",
  10. "path": "dashboards/prometheus_stats.json"
  11. },
  12. {
  13. "type": "dashboard",
  14. "name": "Prometheus 2.0 Stats",
  15. "path": "dashboards/prometheus_2_stats.json"
  16. },
  17. {
  18. "type": "dashboard",
  19. "name": "Grafana Stats",
  20. "path": "dashboards/grafana_stats.json"
  21. }
  22. ],
  23. "metrics": true,
  24. "alerting": true,
  25. "annotations": true,
  26. "queryOptions": {
  27. "minInterval": true
  28. },
  29. "info": {
  30. "description": "Open source time series database & alerting",
  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. }
  46. }