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

bpf: improve handling of partial failures #259

Merged
merged 3 commits into from
Dec 3, 2021
Merged

Conversation

brayniac
Copy link
Contributor

@brayniac brayniac commented Dec 2, 2021

As our BPF sampling becomes more extensive, we can run into cases
where we have a partial failure initializing the BPF probes for
a given sampler. Currently, this will result in all BPF telemetry
being disabled within that sampler.

This change makes it so that the probe attach uses the fault
tolerance configuration to either swallow or raise the error.

As our BPF sampling becomes more extensive, we can run into cases
where we have a partial failure initializing the BPF probes for
a given sampler. Currently, this will result in all BPF telemetry
being disabled within that sampler.

This change makes it so that the probe attach uses the fault
tolerance configuration to either swallow or raise the error.
@brayniac brayniac merged commit e1ac61f into twitter:master Dec 3, 2021
@brayniac brayniac deleted the bpf branch December 3, 2021 17:08
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.

None yet

1 participant