Fix rootcoord histgram metrics uses default buckets (#23556)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/23569/head
congqixia 2023-04-20 14:08:30 +08:00 committed by GitHub
parent d56771b7b7
commit 55d76f0cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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.