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
Explicitly use relaxed atomics in BPF samplers. (#276)
Split syscall sampler into syscall_latency and syscall_counts to allow more
fine-grained configuration and allow for reduced overhead. (#298)
Split block_io latency sampler into block_io_latency and block_io_requests to
allow more fine-grained configuration and allow for reduced overhead. (#299)