[skip e2e] Improve annotation (#15069)

Signed-off-by: Xieql <qianglong.xie@zilliz.com>
pull/15087/head
Xieql 2022-01-10 13:22:32 +08:00 committed by GitHub
parent 513626c69d
commit f2c01e81c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)