milvus/pkg
congqixia 1cd8d1bd80
enhance: [2.4] Use stats Handler to record request/response size metrics (#36107) (#36118)
Cherry-pick from master
pr: #36107 
Related to #36102

This PR use newly added `grpcSizeStatsHandler` to reduce calling
`proto.Size` since the request & response size info is recorded by grpc
framework.

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2024-09-10 17:13:08 +08:00
..
common enhance: Bump milvus & proto version to v2.4.11 (#36069) 2024-09-06 23:39:06 +08:00
config fix: fix dynamic update config doesn't works for some param (#35572) (#35637) 2024-08-22 16:00:58 +08:00
eventlog enhance: Update protobuf-go to protobuf-go v2 (#34394) (#35555) 2024-08-21 18:50:58 +08:00
kv
log
metrics enhance: [2.4] Use stats Handler to record request/response size metrics (#36107) (#36118) 2024-09-10 17:13:08 +08:00
mq feat: [2.4] add the rbac msg and send them to the replicate channel (#35562) 2024-08-27 14:45:00 +08:00
tracer fix: [2.4] Fix tracing config update logic (#35928) (#35998) 2024-09-06 11:19:05 +08:00
util fix: Change l0SegmentsRowCount limits to a reasonable value (#36015) 2024-09-08 16:55:05 +08:00
go.mod enhance: Bump milvus & proto version to v2.4.11 (#36069) 2024-09-06 23:39:06 +08:00
go.sum enhance: Bump milvus & proto version to v2.4.11 (#36069) 2024-09-06 23:39:06 +08:00
Makefile
rules.go