mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
lib/storage: make fmt
This commit is contained in:
parent
e83b96366f
commit
945e9fa8c4
1 changed files with 1 additions and 1 deletions
|
@ -1368,7 +1368,7 @@ func (is *indexSearch) getTSDBStatusWithFiltersForDate(tfss []*TagFilters, date
|
||||||
if len(tfss) > 0 {
|
if len(tfss) > 0 {
|
||||||
tr := TimeRange{
|
tr := TimeRange{
|
||||||
MinTimestamp: int64(date) * msecPerDay,
|
MinTimestamp: int64(date) * msecPerDay,
|
||||||
MaxTimestamp: int64(date+1) * msecPerDay - 1,
|
MaxTimestamp: int64(date+1)*msecPerDay - 1,
|
||||||
}
|
}
|
||||||
metricIDs, err := is.searchMetricIDsInternal(tfss, tr, maxMetrics)
|
metricIDs, err := is.searchMetricIDsInternal(tfss, tr, maxMetrics)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in a new issue