plugin.json 404 B

12345678910111213141516171819
  1. {
  2. "type": "panel",
  3. "name": "Alert groups",
  4. "id": "alertGroups",
  5. "state": "alpha",
  6. "skipDataQuery": true,
  7. "info": {
  8. "description": "Shows alertmanager alerts grouped by labels",
  9. "author": {
  10. "name": "Grafana Labs",
  11. "url": "https://grafana.com"
  12. },
  13. "logos": {
  14. "small": "img/icn-alertgroups-panel.svg",
  15. "large": "img/icn-alertgroups-panel.svg"
  16. }
  17. }
  18. }