[Bug] Incorrect calculation of avg() in time serie reducer. #6879
Labels
area/alerting/evaluation
Issues when evaluating alerts
area/alerting
Grafana Alerting
prio/high
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
The avg() reducer counted null values as 0 which makes calculated value of avg lower then it is.
ex
[1, 2, 3, null, null, null]
would be reduced to1
. It should be reduced to2
The text was updated successfully, but these errors were encountered: