]> git.ipfire.org Git - telemetry.git/commit
graphs: processor: Use NaN-safe addition
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 18 Mar 2026 15:03:17 +0000 (15:03 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 18 Mar 2026 15:03:17 +0000 (15:03 +0000)
commit0cee01a613b27b8b26fd5a234dcb7c8873a7d2f8
tree4d6310d1b15f8315cf6c69d1b39285d2d2e65af6
parent1d07d824e46d9448954f6b1d4fe02c6aa3a65ad8
graphs: processor: Use NaN-safe addition

This is needed so that we can import incomplete data from collectd where
guest and guest_nice don't exist. We will just treat those values as
zero.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/daemon/graphs/processor.c