mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Improve annotation (#15069)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>pull/15087/head
parent
513626c69d
commit
f2c01e81c3
|
@ -14,7 +14,7 @@ package metricsinfo
|
|||
import "errors"
|
||||
|
||||
const (
|
||||
// MsgUnimplementedMetric represents that user requests a unimplemented metric type
|
||||
// MsgUnimplementedMetric represents that user requests an unimplemented metric type
|
||||
MsgUnimplementedMetric = "sorry, but this metric type is not implemented"
|
||||
msgInvalidSystemInfosMetricCache = "system infos metric is invalid"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue