plugin.json 382 B

123456789101112131415161718
  1. {
  2. "type": "panel",
  3. "name": "Alert List",
  4. "id": "alertlist",
  5. "info": {
  6. "description": "Shows list of alerts and their current status",
  7. "author": {
  8. "name": "Grafana Project",
  9. "url": "https://grafana.com"
  10. },
  11. "logos": {
  12. "small": "img/icn-singlestat-panel.svg",
  13. "large": "img/icn-singlestat-panel.svg"
  14. },
  15. "version": "5.0.0"
  16. }
  17. }