fix: полный продакшен-фикс dashboard retention и timeseries по fix37
This commit is contained in:
@@ -75,7 +75,7 @@ func DashboardTimeseries(rangeKey string) (vo.DashboardTimeseriesVo, error) {
|
||||
if err != nil {
|
||||
return vo.DashboardTimeseriesVo{}, err
|
||||
}
|
||||
systemRows, err := dao.DashboardSystemTimeseries(fromMs, nowMs)
|
||||
systemRows, err := dao.DashboardSystemTimeseries(fromMs, nowMs, bucketMs)
|
||||
if err != nil {
|
||||
return vo.DashboardTimeseriesVo{}, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user