mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06: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