mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/storage: put into query trace the number of found entries in SearchMetricNames
This commit is contained in:
parent
e578549b8a
commit
2c836bd398
1 changed files with 1 additions and 0 deletions
|
@ -1121,6 +1121,7 @@ func (s *Storage) SearchMetricNames(qt *querytracer.Tracer, tfss []*TagFilters,
|
|||
return nil, fmt.Errorf("cannot unmarshal metricName=%q: %w", metricName, err)
|
||||
}
|
||||
}
|
||||
qt.Printf("loaded %d metric names", len(mns))
|
||||
return mns, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue