-
Notifications
You must be signed in to change notification settings - Fork 3k
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: Add cgo call metrics for load/write API #37405
enhance: Add cgo call metrics for load/write API #37405
Conversation
[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 |
@congqixia cpp-unit-test check failed, comment |
@congqixia go-sdk check failed, comment |
@congqixia E2e jenkins job failed, comment |
rerun cpp-unit-test |
rerun go-sdk |
/run-cpu-e2e |
@congqixia go-sdk check failed, comment |
@congqixia E2e jenkins job failed, comment |
rerun go-sdk |
/run-cpu-e2e |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #37405 +/- ##
==========================================
- Coverage 83.25% 81.04% -2.22%
==========================================
Files 1015 1305 +290
Lines 157480 182901 +25421
==========================================
+ Hits 131116 148238 +17122
- Misses 21172 29464 +8292
- Partials 5192 5199 +7
|
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
@congqixia E2e jenkins job failed, comment |
Cgo API cost is not observerable since not metrics is related to them. This PR add metrics for some sync cgo call related to load & write Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]>
f8e7b67
to
f38980f
Compare
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
@congqixia cpp-unit-test check failed, comment |
rerun cpp-unit-test |
@congqixia cpp-unit-test check failed, comment |
rerun cpp-unit-test |
1 similar comment
rerun cpp-unit-test |
/lgtm |
Cgo API cost is not observerable since not metrics is related to them. This PR add metrics for some sync cgo call related to load & write --------- Signed-off-by: Congqi Xia <[email protected]>
Cherry-pick from master pr: #37405 Cgo API cost is not observerable since not metrics is related to them. This PR add metrics for some sync cgo call related to load & write --------- Signed-off-by: Congqi Xia <[email protected]>
Cgo API cost is not observerable since not metrics is related to them. This PR add metrics for some sync cgo call related to load & write