-
Notifications
You must be signed in to change notification settings - Fork 108
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
Attempt fix missing http calls #1092
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1092 +/- ##
==========================================
+ Coverage 70.58% 73.84% +3.26%
==========================================
Files 172 172
Lines 13066 13066
==========================================
+ Hits 9222 9649 +427
+ Misses 3280 2869 -411
+ Partials 564 548 -16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gnarly!
Based on some recent logs of Java running on kernels 5.10 and 5.15 we see missing prints for the kretprobes of tcp_recvmsg. Some succeed on rare occasions, but most don't run.
This PR: