milvus/pkg/util/requestutil
congqixia 0bf539deaf
fix: Update `milvus_proxy_req_count` metrics for restful API (#47213)
Related to #43966

Previously all grpc metrics update moved to interceptor while restful
metrics logic is not updated.

This PR add similar logic to unified entry of restful v2: `wrapperPost`
handling metrics update logic.

---------

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2026-01-21 18:57:30 +08:00
..
getter.go fix: Update `milvus_proxy_req_count` metrics for restful API (#47213) 2026-01-21 18:57:30 +08:00
getter_test.go