plugin.json 1019 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. "explore": true,
  27. "tables": true,
  28. "queryOptions": {
  29. "minInterval": true
  30. },
  31. "info": {
  32. "description": "Open source time series database & alerting",
  33. "author": {
  34. "name": "Grafana Project",
  35. "url": "https://grafana.com"
  36. },
  37. "logos": {
  38. "small": "img/prometheus_logo.svg",
  39. "large": "img/prometheus_logo.svg"
  40. },
  41. "links": [
  42. {
  43. "name": "Prometheus",
  44. "url": "https://prometheus.io/"
  45. }
  46. ]
  47. }
  48. }