grafana/pkg/tsdb/mssql
Marcus Efraimsson 3ccadff800 mssql: fix timeGroup macro so that it properly creates correct groups
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
2018-03-22 14:49:40 +01:00
..
macros_test.go mssql: fix timeGroup macro so that it properly creates correct groups 2018-03-22 14:49:40 +01:00
macros.go mssql: fix timeGroup macro so that it properly creates correct groups 2018-03-22 14:49:40 +01:00
mssql_test.go mssql: fix timeGroup macro so that it properly creates correct groups 2018-03-22 14:49:40 +01:00
mssql.go mssql: fix precision for time column in table mode 2018-03-20 12:59:40 +01:00