plugin.json 442 B

123456789101112131415161718192021222324
  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. "explore": false,
  11. "info": {
  12. "description": "User Input Data Source for Grafana",
  13. "author": {
  14. "name": "Grafana Project",
  15. "url": "https://grafana.com"
  16. },
  17. "logos": {
  18. "small": "img/input.svg",
  19. "large": "img/input.svg"
  20. }
  21. }
  22. }