plugin.json 291 B

1234567891011121314151617181920
  1. {
  2. "type": "panel",
  3. "name": "Live",
  4. "id": "live",
  5. "skipDataQuery": true,
  6. "state": "alpha",
  7. "info": {
  8. "author": {
  9. "name": "Grafana Labs",
  10. "url": "https://grafana.com"
  11. },
  12. "logos": {
  13. "small": "img/live.svg",
  14. "large": "img/live.svg"
  15. }
  16. }
  17. }