plugin.json 322 B

123456789101112131415161718
  1. {
  2. "type": "panel",
  3. "name": "Debug",
  4. "id": "debug",
  5. "state": "alpha",
  6. "info": {
  7. "description": "Debug Panel for Grafana",
  8. "author": {
  9. "name": "Grafana Labs",
  10. "url": "https://grafana.com"
  11. },
  12. "logos": {
  13. "small": "img/icn-debug.svg",
  14. "large": "img/icn-debug.svg"
  15. }
  16. }
  17. }