mirror of
https://github.com/grafana/grafana.git
synced 2026-08-08 20:28:14 -05:00
Earlier the division of interval was done using whole numbers resulting in that important information was lost/too many time series merged to the same group. Now using division of floating point and rounding up to solve the problem