mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
[skip ci] Refine metrics comment (#9443)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
f45d96f7e9
commit
bff4b801c9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user