You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use assertions in user-space to assert no event losses in eBPF.
However, that's too strict. We should allow event losses in eBPF and improve the reporting of event losses.
And of course we should try our best to not lose events.