plugin.json 468 B

123456789101112131415161718192021222324
  1. {
  2. "type": "datasource",
  3. "name": "Prometheus",
  4. "id": "prometheus",
  5. "includes": [
  6. {"type": "dashboard", "name": "Prometheus Stats", "path": "dashboards/prometheus_stats.json"}
  7. ],
  8. "metrics": true,
  9. "alerting": true,
  10. "annotations": true,
  11. "info": {
  12. "author": {
  13. "name": "Grafana Project",
  14. "url": "http://grafana.org"
  15. },
  16. "logos": {
  17. "small": "img/prometheus_logo.svg",
  18. "large": "img/prometheus_logo.svg"
  19. }
  20. }
  21. }