mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for GetComponentStates (#8856)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/8861/head
parent
4bfa85eda3
commit
ec3ede1ec6
|
@ -25,6 +25,7 @@ import (
|
|||
"github.com/milvus-io/milvus/internal/util/metricsinfo"
|
||||
)
|
||||
|
||||
// GetComponentStates return information about whether the coord is healthy
|
||||
func (qc *QueryCoord) GetComponentStates(ctx context.Context) (*internalpb.ComponentStates, error) {
|
||||
serviceComponentInfo := &internalpb.ComponentInfo{
|
||||
NodeID: Params.QueryCoordID,
|
||||
|
|
Loading…
Reference in New Issue