When I create a logs query such as the below and have results time binned, there are a lot of missing values per time bin (missing blue and green dots vs red).
stats count() by bin($__interval)
I would like to have the missing data filled with zero’s or assumed to be zero where there is no data.
Is there any way to do that? Thanks ahead