-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhance: Use middleware to observe restful v2 in/out rpc stats #37223
enhance: Use middleware to observe restful v2 in/out rpc stats #37223
Conversation
Related to milvus-io#36102 Previous PR milvus-io#36107 add grpc inteceptor to observe rpc stats. Using same strategy, this pr add gin middleware to observer restful v2 rpc stats. Signed-off-by: Congqi Xia <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #37223 +/- ##
=========================================
Coverage ? 80.88%
=========================================
Files ? 1319
Lines ? 182618
Branches ? 0
=========================================
Hits ? 147711
Misses ? 29744
Partials ? 5163
|
…37224) Cherry pick from master pr: #37223 Related to #36102 Previous PR #36107 add grpc inteceptor to observe rpc stats. Using same strategy, this pr add gin middleware to observer restful v2 rpc stats. Signed-off-by: Congqi Xia <[email protected]>
/lgtm |
…s-io#37223) Related to milvus-io#36102 Previous PR milvus-io#36107 add grpc inteceptor to observe rpc stats. Using same strategy, this pr add gin middleware to observer restful v2 rpc stats. Signed-off-by: Congqi Xia <[email protected]>
Related milvus-io#37223 RPC stats worked in middleware but faild to get method & collection info Signed-off-by: Congqi Xia <[email protected]>
Related milvus-io#37223 RPC stats worked in middleware but faild to get method & collection info Signed-off-by: Congqi Xia <[email protected]>
Cherry pick from master pr: #37439 Related #37223 RPC stats worked in middleware but faild to get method & collection info Signed-off-by: Congqi Xia <[email protected]>
Related #37223 RPC stats worked in middleware but faild to get method & collection info Signed-off-by: Congqi Xia <[email protected]>
Related to #36102
Previous PR #36107 add grpc inteceptor to observe rpc stats. Using same strategy, this pr add gin middleware to observer restful v2 rpc stats.