plugin.json 264 B

12345678910111213141516
  1. {
  2. "type": "panel",
  3. "name": "Logs",
  4. "id": "logs",
  5. "info": {
  6. "author": {
  7. "name": "Grafana Labs",
  8. "url": "https://grafana.com"
  9. },
  10. "logos": {
  11. "small": "img/icn-logs-panel.svg",
  12. "large": "img/icn-logs-panel.svg"
  13. }
  14. }
  15. }