plugin.json 882 B

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