]> arthur.barton.de Git - netdata.git/commit - src/backends.c
convert backends to heartbeat API
authorRémi Lefèvre <remi.lefevre@parrot.com>
Wed, 21 Dec 2016 11:50:51 +0000 (12:50 +0100)
committerRémi Lefèvre <remi.lefevre@parrot.com>
Mon, 23 Jan 2017 16:39:50 +0000 (17:39 +0100)
commit28ff79260eab04c79a24b17a0be134375200d78b
tree5af4aa65fe75c352ad20bbe62adbbabc72aa2040
parent6d59c534d151a60708bb95692e3adf48a8c32ce8
convert backends to heartbeat API

As heartbeats are based on a monotonic clock that is different
on each system, the previously used random delay to avoid all
netdata servers sending their data simultaneously is not needed
anymore.

Also compute backend latency using monotonic clock.

Signed-off-by: Rémi Lefèvre <remi.lefevre@parrot.com>
src/backends.c