From f2c01e81c3dce3f3397605298dd3b83c4730d2af Mon Sep 17 00:00:00 2001 From: Xieql Date: Mon, 10 Jan 2022 13:22:32 +0800 Subject: [PATCH] [skip e2e] Improve annotation (#15069) Signed-off-by: Xieql --- internal/util/metricsinfo/err.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/util/metricsinfo/err.go b/internal/util/metricsinfo/err.go index 3be81b21a4..c8446b3234 100644 --- a/internal/util/metricsinfo/err.go +++ b/internal/util/metricsinfo/err.go @@ -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" )