You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Statistical data and calculations are done based on the actual log timestamps.
The default operating mode is to add empty time-window buckets in order to provide uniformity across the time dimension.
These empty buckets just print a line on the graph, but don't print any other details - however it seems that printing the statistics is still happening and as there is no statistical data these empty buckets return many errors.
For now, I've disabled empty buckets if statistics printing is enabled to avoid the errors, but this should be fixed.