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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: