0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-05-07 10:31:02 +00:00
netdata_netdata/database/sqlite/sqlite_aclk_node.h
Stelios Fragkakis c78566b2d0
Improve agent to cloud status update process ()
* Send node update info only if the host has finished replication

* Log number of hosts replicating / pending to load context

* Remove prefix (thread name is enough)
2023-11-07 11:39:11 +02:00

8 lines
248 B
C

// SPDX-License-Identifier: GPL-3.0-or-later
#ifndef NETDATA_SQLITE_ACLK_NODE_H
#define NETDATA_SQLITE_ACLK_NODE_H
void aclk_check_node_info_and_collectors(void);
bool host_finished_replication(RRDHOST *host);
#endif //NETDATA_SQLITE_ACLK_NODE_H