Skip to content
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

[Parse incomplete chunks 2/9] Add chunk type annotations, record gap sizes and filler allocations #1787

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

benkilimnik
Copy link
Member

@benkilimnik benkilimnik commented Nov 29, 2023

Summary: Adds metadata to socket_data_event_t to keep track of gaps from bpf along with the number of bytes we miss. This metadata will be fed to prometheus in a future PR to keep track of the prevalence and distribution of gaps on a per protocol basis. More details in #1755.

Type of change: /kind feature

Test Plan: Existing targets (including qemu bpf tests for kernel versions < 5.1 and > 5.1). Skaffolded to cluster running kernel > 5.1.

@JamesMBartlett
Copy link
Member

@etep Could you give an approval if you think this is good to go

@benkilimnik If you've done additional testing to ensure that this works (eg. on kernels older than 5.1 and kernels newer than 5.1), could you add it to the Test Plan in the PR description. If we haven't done that, I think it would be good to ensure that things work end to end, when we change bpf code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants