milvus/internal
yihao.dai 4bd426dbe7
fix: Fix minio latency monitoring for get operation (#28510)
see also: https://github.com/milvus-io/milvus/issues/28509

Currently Minio latency monitoring for get operation only collects the
duration of getting object (which just returns an io.Reader and does not
really read from minio), this pr will correct this behavior.

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2023-11-28 10:00:27 +08:00
..
allocator enhance:Remove msgbase unnecessary assignments (#28511) 2023-11-24 15:02:39 +08:00
core [automated] Update Knowhere Commit (#28704) 2023-11-24 16:56:24 +08:00
datacoord enhance: Add channel checkpoint ts lag metric (#28767) 2023-11-28 07:00:28 +08:00
datanode fix: Update segment compactTo when compactTo segment is compacted (#28755) 2023-11-27 19:48:26 +08:00
distributed enhance: Support to trace restful request and request error (#28685) 2023-11-27 20:14:26 +08:00
http Improve HTTP server include metrics and RESTful API (#28045) 2023-11-19 17:14:20 +08:00
indexnode enhance: Add logs for each step during service initialization (#28624) 2023-11-27 16:30:26 +08:00
kv enhance: Make etcd kv request timeout configurable (#28661) 2023-11-23 19:34:23 +08:00
metastore fix: failed to release collection with more than 128 partitions (#28446) 2023-11-19 18:28:21 +08:00
mocks feat: trigger compaction to handle index version (#28442) 2023-11-21 09:26:22 +08:00
mq Fix getting incorrect CPU num (#28146) 2023-11-06 06:02:16 +08:00
parser/planparserv2 fix: Fix bug for parsing expression that include quotes (#28416) 2023-11-23 17:18:32 +08:00
proto feat: enable balance based on growing segment row count (#28623) 2023-11-27 14:58:26 +08:00
proxy enhance: Support to trace restful request and request error (#28685) 2023-11-27 20:14:26 +08:00
querycoordv2 enhance: Add logs for each step during service initialization (#28624) 2023-11-27 16:30:26 +08:00
querynodev2 feat: enable balance based on growing segment row count (#28623) 2023-11-27 14:58:26 +08:00
registry Add querynode client wrapper and avoid grpc in standalone mode (#27781) 2023-10-19 11:10:07 +08:00
rootcoord enhance: Add logs for each step during service initialization (#28624) 2023-11-27 16:30:26 +08:00
storage fix: Fix minio latency monitoring for get operation (#28510) 2023-11-28 10:00:27 +08:00
tso Format the code (#27275) 2023-09-21 09:45:27 +08:00
types Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
util enhance: Support Array DataType for bulk_insert (#28341) 2023-11-27 13:50:27 +08:00