plugin.json 448 B

1234567891011121314151617181920212223
  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. "annotations": true,
  10. "info": {
  11. "author": {
  12. "name": "Grafana Project",
  13. "url": "http://grafana.org"
  14. },
  15. "logos": {
  16. "small": "img/prometheus_logo.svg",
  17. "large": "img/prometheus_logo.svg"
  18. }
  19. }
  20. }