Important Notice
The temporary opt-out option WillBeDeletedOptOutMemAvailableCalc, introduced in v4.25.8, has been removed in this release.
Code that relied on this option may fail to build. If so, please update your code to work with the current VirtualMemoryStat.Used calculation, as the opt-out mechanism is no longer available.
What's Changed
cpu
- Use total stats for AIX CPU times by @pgimalac in #2014
- Use provided description for CPU model name on AIX by @pgimalac in #2015
- Fix logical cpu in CountsWithContext for AIX by @pgimalac in #2017
- Fix SIGBUS/SIGSEGV crash in TemperaturesWithContext on macOS ARM64 by @lubeschanin in #2063
disk
- Fix PartitionsWithContext on AIX to avoid returning empty structs by @pgimalac in #2013
- Implement IOCountersWithContext for AIX with CGO by @pgimalac in #2016
- disk: fix UsageWithContext unit conversions on AIX nocgo by @Dylan-M in #2032
- disk: implement IOCountersWithContext for AIX nocgo via iostat by @Dylan-M in #2033
host
- Fix host user parsing on AIX by @pgimalac in #2021
- Add implementation of numProcs for AIX with cgo by @pgimalac in #2022
load
mem
- mem: populate Cached from bcachestats on OpenBSD by @skartikey in #2029
- [mem][linux]: Remove deprecated opt-out for MemAvailable-based Used by @shirou in #2012
net
- Fix AIX net iocounters error fields and add dropin field by @pgimalac in #2020
- Fix netstat drop column parsing when address is empty on darwin by @pgimalac in #2025
- [net][linux]: prevent incorrect deduplication of unnamed UNIX sockets by @shirou in #2031
process
- Fix golangci-lint linter jobs by @pgimalac in #2018
- Fix effective gid on darwin by @pgimalac in #2023
- Do not set swap field to an incorrect value on darwin by @pgimalac in #2027
sensors
- Fix macos sensor data type field by @pgimalac in #2026
- sensors(aix): remove orphaned VirtualizationWithContext by @Dylan-M in #2011
New Contributors
- @lubeschanin made their first contribution in #2063
Full Changelog: v4.26.2...v4.26.3