diff --git a/internal/proxy/impl.go b/internal/proxy/impl.go index aaaee8ffc6..0c16197a65 100644 --- a/internal/proxy/impl.go +++ b/internal/proxy/impl.go @@ -3067,7 +3067,7 @@ func (node *Proxy) hybridSearch(ctx context.Context, request *milvuspb.HybridSea metrics.ProxySearchVectors. WithLabelValues(nodeID, dbName, collectionName). - Add(float64(len(request.GetRequests()))) + Add(float64(len(request.GetRequests()) * int(qt.SearchRequest.GetNq()))) searchDur := tr.ElapseSpan().Milliseconds() metrics.ProxySQLatency.WithLabelValues(