plugin.json 438 B

1234567891011121314151617181920212223
  1. {
  2. "type": "datasource",
  3. "name": "Direct Input",
  4. "id": "input",
  5. "state": "alpha",
  6. "metrics": true,
  7. "alerting": false,
  8. "annotations": false,
  9. "logs": false,
  10. "info": {
  11. "description": "Data source that supports manual table & CSV input",
  12. "author": {
  13. "name": "Grafana Project",
  14. "url": "https://grafana.com"
  15. },
  16. "logos": {
  17. "small": "img/input.svg",
  18. "large": "img/input.svg"
  19. }
  20. }
  21. }