mirror of
https://github.com/netdata/netdata.git
synced 2025-04-29 23:20:01 +00:00

* Move aclk_update_retention to the proper header file * Do a scan but avoid going through all the dimensions if we have too much to delete -- do not generate a retention message in that case * Schedule the retention calculation to a worker * Adjust messages in the access log * Fix compilation errors with --disable-cloud
7 lines
249 B
C
7 lines
249 B
C
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
#ifndef NETDATA_SQLITE_ACLK_NODE_H
|
|
#define NETDATA_SQLITE_ACLK_NODE_H
|
|
|
|
void sql_build_node_info(struct aclk_database_worker_config *wc, struct aclk_database_cmd cmd);
|
|
#endif //NETDATA_SQLITE_ACLK_NODE_H
|