chore(sinsp): clean-up syscall latency related code#2730
chore(sinsp): clean-up syscall latency related code#2730poiana merged 1 commit intofalcosecurity:masterfrom
Conversation
Remove the code related to the computation of the latency between enter and exit syscall events, because we are no longer processing enter events. Signed-off-by: irozzo-1A <iacopo@sysdig.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2730 +/- ##
==========================================
+ Coverage 76.90% 77.02% +0.11%
==========================================
Files 296 296
Lines 30877 30818 -59
Branches 4693 4670 -23
==========================================
- Hits 23747 23738 -9
+ Misses 7130 7080 -50
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hello @irozzo-1A, is there something still missing from this PR i.e. why the draft status? Just wondering should I wait with the lgtm tag... |
Hey @terror96 ,I was checking if there is anything else I could get rid of, but I'm good to start with this. |
|
LGTM label has been added. DetailsGit tree hash: 25fe0730a911c110d9fff82e56920a012a3a0ad5 |
|
@ekoops: The provided milestone is not valid for this repository. Milestones in this repository: [ Use DetailsIn 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 kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ekoops, irozzo-1A, terror96 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/milestone 0.23.0 |
Remove the code related to the computation of the latency between enter and exit syscall events, because we are no longer processing enter events.
What type of PR is this?
/kind cleanup
Any specific area of the project related to this PR?
/area libsinsp
Does this PR require a change in the driver versions?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: