DataDog / saluki

An experimental toolkit for building telemetry data planes in Rust.
Apache License 2.0
12 stars 2 forks source link

Add support for control groups v1. #227

Closed tobz closed 1 week ago

tobz commented 2 weeks ago

Context

We need to additionally add support for cgroups v1 as testing has shown that we have environments using cgroups v1 that must be supported.

cgroupfs only supports cgroups v2, but it looks like cgroups-rs (supported by Kata Containers) has support for both v1 and v2, so we should look into switch to that as the basis for our cgroup metadata collector.

tobz commented 1 week ago

This was added in 7b59a6d2acf19eafa38547b69b74eb8ef6578b1a.