fix: Use longTime bucket for longer latency (#30175)

See also: #30174

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
pull/30185/head
XuanYang-cn 2024-01-22 19:18:55 +08:00 committed by GitHub
parent e967949cc5
commit 0ac37a4a0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ var (
Subsystem: typeutil.ProxyRole,
Name: "mutation_send_latency",
Help: "latency that proxy send insert request to MsgStream",
Buckets: buckets, // unit: ms
Buckets: longTaskBuckets, // unit: ms
}, []string{nodeIDLabelName, msgTypeLabelName})
// ProxyAssignSegmentIDLatency record the latency that Proxy get segmentID from dataCoord.