rsdy
rsdy
It would be handy to easily `.clone()` a `HashMap` or `TreeIndex` instance that contains a bunch of Arc's. I'm a bit hazy on the internals, but I'm assuming copy-on-write semantics...
The latest stable is now built against [LLVM14](https://github.com/rust-lang/rust/pull/93577).
The current maintainance team is being overwhelmed with other tasks and projects, and given the breadth of the project, we can't give RedBPF as much attention as needed. Therefore we...
This PR updates major dependencies of foniod. Currently it is blocked on https://github.com/foniod/redbpf/issues/146 that causes libbpf map operations to fail with `Operation not permitted`.
Since the kernel's [libbpf](https://github.com/torvalds/linux/blob/master/tools/lib/bpf/libbpf.c#L394) seems to handle `.text` ELF sections gracefully, we should probably do that too.
It's unclear how this would feed into datadog, but would prove useful for tracing DNS requests. One idea is a simple counter with hostname in tags.
With [redbpf](https://github.com/foniod/redbpf), we recently started migrating to `libbpf-sys` from our own wrapper that preceded this project. However, our [CI](https://github.com/foniod/redbpf/runs/5173986548?check_suite_focus=true#step:7:272) quickly flagged up an error on aarch64, which I think we...
This PR swaps out the `qdrant` binary to a backwards compatible one. Would be great if we could test if we need to pull in a new `ctags` as well.