summaryrefslogtreecommitdiffstats
path: root/database/rrdcontext.h
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2022-11-28 12:22:38 +0200
committerGitHub <noreply@github.com>2022-11-28 12:22:38 +0200
commit53a13ab8e110923d097968353a6bc1e22399480f (patch)
treea22fe110436844fcc0331073d37182adefbf0edc /database/rrdcontext.h
parent1e9f2c7a2a866be27203c528067adecd283e0ceb (diff)
replication fixes No 7 (#14053)
* move global statistics workers to a separate thread; query statistics per query source; query statistics for ML, exporters, backfilling; reset replication point in time every 10 seconds, instead of every 1; fix compilation warnings; optimize the replication queries code; prevent long tail of replication requests (big sleeps); provide query statistics about replication ; optimize replication sender when most senders are full; optimize replication_request_get_first_available(); reset replication completion calculation; * remove workers utilization from global statistics thread
Diffstat (limited to 'database/rrdcontext.h')
-rw-r--r--database/rrdcontext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/database/rrdcontext.h b/database/rrdcontext.h
index ab8f31b30e..67e6cf3942 100644
--- a/database/rrdcontext.h
+++ b/database/rrdcontext.h
@@ -171,6 +171,7 @@ typedef struct query_target_request {
const char *group_options;
time_t resampling_time;
size_t tier;
+ QUERY_SOURCE query_source;
} QUERY_TARGET_REQUEST;
typedef struct query_target {