mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-04 11:18:44 +08:00
[skip e2e]Fix comment typo (#14175)
Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>
This commit is contained in:
parent
af7517d80b
commit
85094a99fa
@ -524,7 +524,7 @@ func (node *QueryNode) isHealthy() bool {
|
||||
return code == internalpb.StateCode_Healthy
|
||||
}
|
||||
|
||||
// GetMetrics return system infos of the query node, such as total memory, memory uasge, cpu usage ...
|
||||
// GetMetrics return system infos of the query node, such as total memory, memory usage, cpu usage ...
|
||||
// TODO(dragondriver): cache the Metrics and set a retention to the cache
|
||||
func (node *QueryNode) GetMetrics(ctx context.Context, req *milvuspb.GetMetricsRequest) (*milvuspb.GetMetricsResponse, error) {
|
||||
log.Debug("QueryNode.GetMetrics",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user