bosun-grafana-app
bosun-grafana-app copied to clipboard
Bosun incidient list panel doesn't support templating repeat.
I have a templating var $dc, the bosun incident list is using query like "hasTag:dc=$dc". For now this is working well if I only select ONE dc then the list will show corresponding incidents belong to the dc. Perfect! However if I select multiple dc(s), or using templating repeat, no incidents will be shown at all.
grafana: v4.3.0-pre1 (commit: dd3e594) bosun plugin: 0.0.28
Updated to bosun 0.6.0-beta1, now templating repeat could show incidents, but all the repeated panels show the same data! For example, if I select $dc=dc1+dc2, there will be 2 incident list panels, but both of them show all the incidents in each panel.