summaryrefslogtreecommitdiffstats
path: root/backends
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2020-05-22 22:24:40 +0300
committerGitHub <noreply@github.com>2020-05-22 22:24:40 +0300
commit30ce1c2497f7c8db247c7a3d5b28928d8dd3d1e2 (patch)
tree6e1e04ef9ebca1028657709ffbe2d45efd5443b4 /backends
parent8366f6b0bbab1da7a0f3dcb0e9162ad01818b5d5 (diff)
Send anonymous statistics from backends and exporting engine (#9125)
Diffstat (limited to 'backends')
-rw-r--r--backends/backends.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/backends.c b/backends/backends.c
index 0126b7b821..6ea57fde34 100644
--- a/backends/backends.c
+++ b/backends/backends.c
@@ -697,6 +697,7 @@ void *backends_main(void *ptr) {
// prepare the backend main loop
info("BACKEND: configured ('%s' on '%s' sending '%s' data, every %d seconds, as host '%s', with prefix '%s')", type, destination, source, global_backend_update_every, hostname, global_backend_prefix);
+ send_statistics("BACKEND_START", "OK", type);
usec_t step_ut = global_backend_update_every * USEC_PER_SEC;
time_t after = now_realtime_sec();