Skip to content

0.13.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Jul 04:49
aeeccfa

Maintenance release

A small maintenance release focused on more accurate metrics.

🌟 Highlights

  • Reliable per-process CPU%. check_process with delta=true now reports correct per-process CPU usage instead of unstable or misleading values.
  • perf-config=none works 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=none reporting "Failed to parse syntax". Setting perf-config=none to suppress performance-data formatting no longer fails parsing. (#1328)

What's Changed

  • Fix unreliable per-process CPU% from check_process delta=true by @mickem in #1327
  • Fix perf-config=none reporting "Failed to parse syntax" by @mickem in #1328

Full Changelog: 0.13.1...0.13.2