plugin.json 236 B

123456789101112
  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. }