未验证 提交 bff4b801 编写于 作者: E edward.zeng 提交者: GitHub

[skip ci] Refine metrics comment (#9443)

Signed-off-by: NEdward Zeng <jie.zeng@zilliz.com>
上级 f45d96f7
......@@ -19,19 +19,19 @@ const (
)
var (
// RootCoordProxyLister used to count the num of registered proxy nodes
// RootCoordProxyLister counts the num of registered proxy nodes
RootCoordProxyLister = prometheus.NewGaugeVec(
prometheus.GaugeOpts{
Namespace: milvusNamespace,
Subsystem: subSystemRootCoord,
Name: "list_of_proxy",
Help: "List of proxy nodes which has register with etcd",
Help: "List of proxy nodes which have registered with etcd",
}, []string{"client_id"})
////////////////////////////////////////////////////////////////////////////
// for grpc
// RootCoordCreateCollectionCounter used to count the num of calls of CreateCollection
// RootCoordCreateCollectionCounter counts the num of calls of CreateCollection
RootCoordCreateCollectionCounter = prometheus.NewCounterVec(
prometheus.CounterOpts{
Namespace: milvusNamespace,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册