milvus/internal
congqixia c5c9ef9876
fix: Check response size before add to counter (#35778)
Related to #35767

prometheus counter cannot add negative value
when response is not written(say timeout/network broken) panicking may
happen if not check

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2024-08-29 00:05:00 +08:00
..
allocator enhance: Pre-allocate ids for import (#33958) 2024-07-07 21:26:14 +08:00
core fix: wrong construction in evalctx (#35772) 2024-08-28 19:21:00 +08:00
datacoord fix: mistaken deletions may occur during GC channel checkpoints (#35707) 2024-08-28 10:11:05 +08:00
datanode fix: Fix panic due to empty candidate import segments (#35673) 2024-08-27 17:08:59 +08:00
distributed fix: Check response size before add to counter (#35778) 2024-08-29 00:05:00 +08:00
flushcommon enhance: Add back BF lazy load logic for datanode watch channel (#35646) 2024-08-22 19:42:57 +08:00
http enhance: Skip manual stopped component during health check (#34953) 2024-07-30 14:37:51 +08:00
indexnode enhance: optimize milvus core building (#35610) 2024-08-23 12:35:02 +08:00
json enhance: Gin & restfulv1 handler use sonic json (#35020) 2024-08-05 16:44:17 +08:00
kv enhance: Fix lint issues from recent PRs (#34482) 2024-07-09 10:06:24 +08:00
metastore enhance: Refresh proxy cache after restore rbac meta (#35635) 2024-08-22 19:09:01 +08:00
mocks enhance: optimize retrieve on dynamic field (#35580) 2024-08-22 14:24:56 +08:00
parser/planparserv2 enhance: Support dynamic field in SchemaHelper (#35461) 2024-08-14 18:04:59 +08:00
proto feat: support groupby size on go-layer(#33544) (#33845) 2024-08-27 14:21:00 +08:00
proxy fix: Fix rate wasn't limited to the expected value (#35699) 2024-08-28 14:13:00 +08:00
querycoordv2 enhance: reduce the log level of frequent log (#35652) 2024-08-25 16:20:57 +08:00
querynodev2 feat: support groupby size on go-layer(#33544) (#33845) 2024-08-27 14:21:00 +08:00
registry Add querynode client wrapper and avoid grpc in standalone mode (#27781) 2023-10-19 11:10:07 +08:00
rootcoord fix: Fix rate wasn't limited to the expected value (#35699) 2024-08-28 14:13:00 +08:00
storage feat: integrate new deltalog format (#35522) 2024-08-20 19:06:56 +08:00
streamingcoord enhance: move streaming proto into pkg (#35284) 2024-08-07 10:34:16 +08:00
streamingnode fix: Use `SafeChan` as TxnManager.closed (#35763) 2024-08-28 19:06:59 +08:00
tso enhance: move rocksmq from internal to pkg module (#33881) 2024-06-25 21:18:15 +08:00
types enhance: add streaming coord and node grpc service register (#34655) 2024-07-25 12:19:44 +08:00
util enhance: add nan and inf check (#35683) 2024-08-25 15:22:57 +08:00
.mockery.yaml enhance: support single pchannel level transaction (#35289) 2024-08-19 21:22:56 +08:00