bosun-grafana-app icon indicating copy to clipboard operation
bosun-grafana-app copied to clipboard

Bosun incidient list panel doesn't support templating repeat.

Open skygragon opened this issue 8 years ago • 1 comments

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

skygragon avatar Apr 21 '17 04:04 skygragon

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.

skygragon avatar Apr 21 '17 07:04 skygragon