Activity log for bug #1554993

Date Who What changed Old value New value Message
2016-03-09 09:50:09 Swann Croiset bug added bug
2016-03-09 09:53:26 Swann Croiset description I've observed that a service which is OKAY can flap to CRITICAL sometimes. Depending on when the request is made, the "group by" returns 'null' and grafana panel interpret it as CRITICAL. request/response: ============== SELECT last("value") FROM "haproxy_backend_status" WHERE "hostname" =~ /node-110/ AND time > now() - 5m GROUP BY time(1m) {"results":[{"series":[{"name":"haproxy_backend_status","columns":["time","last"],"values":[[1457193600000,1],[1457193660000,1],[1457193720000,1],[1457193780000,1],[1457193840000,1],[1457193900000,null]]}]}]} Solution ======= add fill(previous) to avoid null results I've observed that a service which is OKAY can flap to CRITICAL sometimes. Depending on when the request is made, the "group by" returns 'null' and grafana panel interpret it as CRITICAL. request/response: ============== SELECT last("value") FROM "haproxy_backend_status" WHERE "hostname" =~ /node-110/ AND time > now() - 5m GROUP BY time(1m) {"results":[{"series":[{"name":"haproxy_backend_status","columns":["time","last"],"values":[[1457193600000,1],[1457193660000,1],[1457193720000,1],[1457193780000,1],[1457193840000,1],[1457193900000,null]]}]}]} Solution ======= add fill(previous) to avoid null results on ALL "Single stat" panel representing a service status
2016-03-10 10:50:39 Simon Pasquier lma-toolchain: status New Confirmed
2016-03-10 10:50:43 Simon Pasquier lma-toolchain: importance Undecided Medium
2016-03-10 10:50:53 Simon Pasquier lma-toolchain: assignee LMA-Toolchain Fuel Plugins (mos-lma-toolchain)
2016-03-10 10:50:59 Simon Pasquier lma-toolchain: milestone 1.0.0
2016-04-25 12:23:48 Simon Pasquier lma-toolchain: milestone 1.0.0 0.10.0
2016-07-26 08:58:16 Simon Pasquier lma-toolchain: milestone 0.10.0
2017-02-14 09:07:25 Swann Croiset lma-toolchain: milestone 1.1.0