0.13.2
Pre-release
Pre-release
Maintenance release
A small maintenance release focused on more accurate metrics.
🌟 Highlights
- Reliable per-process CPU%.
check_processwithdelta=truenow reports correct per-process CPU usage instead of unstable or misleading values. perf-config=noneworks again. Disabling performance-data formatting no longer trips a spurious "Failed to parse syntax" error.
🐛 Fixes
- Fix unreliable per-process CPU% from
check_process delta=true. The delta calculation for per-process CPU usage produced inconsistent readings; it now returns stable, accurate values. (#1327) - Fix
perf-config=nonereporting "Failed to parse syntax". Settingperf-config=noneto suppress performance-data formatting no longer fails parsing. (#1328)
What's Changed
- Fix unreliable per-process CPU% from
check_process delta=trueby @mickem in #1327 - Fix
perf-config=nonereporting "Failed to parse syntax" by @mickem in #1328
Full Changelog: 0.13.1...0.13.2