summaryrefslogtreecommitdiffstats
path: root/streaming/rrdpush.h
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2020-01-14 10:27:22 +0000
committerTimo <timotej@netdata.cloud>2020-01-14 11:27:22 +0100
commitef2b11fcb4d56ec946f6dc24929ba6ec0b54d0f2 (patch)
tree5ac5e89b35404bdabc08162505f9ad02c86df7c3 /streaming/rrdpush.h
parentbb51e824f97cd135674e2940bdbd5458fbfba15f (diff)
Stream with labels (#7549)
This commit enables streaming host labels
Diffstat (limited to 'streaming/rrdpush.h')
-rw-r--r--streaming/rrdpush.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/streaming/rrdpush.h b/streaming/rrdpush.h
index 7b1acd9e11..6d290a835b 100644
--- a/streaming/rrdpush.h
+++ b/streaming/rrdpush.h
@@ -17,6 +17,7 @@ extern int configured_as_master();
extern void rrdset_done_push(RRDSET *st);
extern void rrdset_push_chart_definition_now(RRDSET *st);
extern void *rrdpush_sender_thread(void *ptr);
+extern void rrdpush_send_labels(RRDHOST *host);
extern int rrdpush_receiver_thread_spawn(RRDHOST *host, struct web_client *w, char *url);
extern void rrdpush_sender_thread_stop(RRDHOST *host);