-
Notifications
You must be signed in to change notification settings - Fork 35
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
NETOBSERV-1390: Flow RTT values are n/a #245
Conversation
@msherif1234: This pull request references NETOBSERV-1390 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.16.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #245 +/- ##
==========================================
+ Coverage 33.62% 33.86% +0.23%
==========================================
Files 39 39
Lines 3494 3479 -15
==========================================
+ Hits 1175 1178 +3
+ Misses 2251 2233 -18
Partials 68 68
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
main vs this PR both with RTT enabled, there is cpu increase because of kprobe processing but its looking much better from netobserv UI as long as we filter on TCP and Ingress direction because this Ingress only feature, also w/o the need to set |
@msherif1234: This pull request references NETOBSERV-1390 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.16.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
New image: It will expire after two weeks. To deploy this build, run from the operator repo, assuming the operator is running: USER=netobserv VERSION=fe0d62f make set-agent-image |
/ok-to-test |
New image: It will expire after two weeks. To deploy this build, run from the operator repo, assuming the operator is running: USER=netobserv VERSION=bc220e5 make set-agent-image |
/lgtm |
/label qe-approved |
@msherif1234: This pull request references NETOBSERV-1390 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target either version "4.16." or "openshift-4.16.", but it targets "netobserv-1.5" instead. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Signed-off-by: Mohamed Mahmoud <[email protected]>
Signed-off-by: Mohamed Mahmoud <[email protected]>
@msherif1234: This pull request references NETOBSERV-1390 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target either version "4.16." or "openshift-4.16.", but it targets "netobserv-1.5" instead. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
removed kprobe and just stayed with fentry only which more advanced kprobe and light weight also no need for additional complexity for no real reason |
/ok-to-test |
New image: It will expire after two weeks. To deploy this build, run from the operator repo, assuming the operator is running: USER=netobserv VERSION=2639b26 make set-agent-image |
Works as expected with latest commits. |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: msherif1234 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 |
Description
using tcp_rcv fentry hook to reuse kernel calculated rtt directly from TCP socket instead of trying to calculate it
Testing
amd64
using cluster-bot
launch 4.16 aws,arm64
4.15 https://docs.google.com/spreadsheets/d/1BHoBJb8Pg-SI2bVNG58_NDoIhfOLV44hTysR2zalJAY/edit#gid=1230208449
4.14 https://docs.google.com/spreadsheets/d/1sJhlmHVlEHx9ZwfOyz7tVi54c1vtrbr4cW3tdvVXfVk/edit#gid=1878726753
Dependencies
n/a
Checklist
If you are not familiar with our processes or don't know what to answer in the list below, let us know in a comment: the maintainers will take care of that.