Thomas Eizinger
Thomas Eizinger
Related: https://github.com/aya-rs/book/issues/214
Instead of using `default-members`, I opted for the following in my eBPF code: ```rust #[cfg(target_arch = "bpf")] extern crate panic_halt; // Defines a no-op panic handler (we always compile with...
Related: #214
Supersedes #32 & #34.
Replaces https://github.com/NAlexPear/tracing-stackdriver/pull/31.
### Area(s) area:network ### What's missing? The description here currently says: > Count of packets that are dropped or discarded even though there was no error Yet, I believe this...
This PR replaces the use of Apple Archive with an API that allows us to zip the log file contents. This API doesn't handle symlinks well so we move the...
The .aar format is propietary and can't be unpacked on other platforms. We should use (g)zip or something else that is well-supported on all platforms (especially Linux) instead.
From #9525: > If a direct connection fails (15s) and we immediately re-establish it, does the TCP connection on top also fail, or does it heal? (i.e. are the NAT...
We need a self-monitoring module that raises an issue as soon as we use more CPU or memory than expected. https://docs.rs/perf_monitor/latest/perf_monitor/index.html