mirror of https://github.com/milvus-io/milvus.git
fix: Use longTime bucket for longer latency (#30175)
See also: #30174 Signed-off-by: yangxuan <xuan.yang@zilliz.com>pull/30185/head
parent
e967949cc5
commit
0ac37a4a0c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue