[skip ci]Add comment for indexNodeGetMetricsResponse (#13439)

Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
This commit is contained in:
cai.zhang 2021-12-15 16:55:26 +08:00 committed by GitHub
parent 97d5231a0a
commit 1f8f5a7d4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,6 +156,7 @@ func (nm *NodeManager) ListNode() []UniqueID {
return clients
}
// indexNodeGetMetricsResponse record the metrics information of IndexNode.
type indexNodeGetMetricsResponse struct {
resp *milvuspb.GetMetricsResponse
err error