plugin.json 667 B

1234567891011121314151617181920212223242526
  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. "info": {
  14. "author": {
  15. "name": "Grafana Project",
  16. "url": "https://grafana.com"
  17. },
  18. "logos": {
  19. "small": "img/prometheus_logo.svg",
  20. "large": "img/prometheus_logo.svg"
  21. }
  22. }
  23. }