plugin.json 562 B

12345678910111213141516171819202122232425
  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": "Grafana Stats", "path": "dashboards/grafana_stats.json"}
  8. ],
  9. "metrics": true,
  10. "alerting": true,
  11. "annotations": true,
  12. "info": {
  13. "author": {
  14. "name": "Grafana Project",
  15. "url": "https://grafana.com"
  16. },
  17. "logos": {
  18. "small": "img/prometheus_logo.svg",
  19. "large": "img/prometheus_logo.svg"
  20. }
  21. }
  22. }