appsignal / probes-rs

Rust library to read out system stats from a machine running Unix
MIT License
15 stars 2 forks source link

Improve Unix support #53

Open adamyeats opened 4 years ago

adamyeats commented 4 years ago

Currently, many of the data sources used to make the library work are Linux specific, and are typically compiled away on Unix because of the #[cfg(target_os = "linux")] macro.

As we talk about Unix a lot in the README and offer Unix support more broadly, once we have discussed https://github.com/appsignal/appsignal-agent/issues/629, we should add Unix counterparts for the data sources/commands used in this library.