mirror of https://github.com/milvus-io/milvus.git
Fix rootcoord histgram metrics uses default buckets (#23556)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/23569/head
parent
d56771b7b7
commit
55d76f0cee
|
@ -43,6 +43,7 @@ var (
|
|||
Subsystem: typeutil.RootCoordRole,
|
||||
Name: "ddl_req_latency",
|
||||
Help: "latency of each DDL operations",
|
||||
Buckets: buckets,
|
||||
}, []string{functionLabelName})
|
||||
|
||||
// RootCoordSyncTimeTickLatency records the latency of sync time tick.
|
||||
|
@ -52,6 +53,7 @@ var (
|
|||
Subsystem: typeutil.RootCoordRole,
|
||||
Name: "sync_timetick_latency",
|
||||
Help: "latency of synchronizing timetick message",
|
||||
Buckets: buckets,
|
||||
})
|
||||
|
||||
// RootCoordIDAllocCounter records the number of global ID allocations.
|
||||
|
|
Loading…
Reference in New Issue