summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDidier Wenzek <didier.wenzek@acidalie.com>2021-09-06 09:47:39 +0100
committerGitHub <noreply@github.com>2021-09-06 09:47:39 +0100
commit0e008473f4acef7bbdd5fe62af78384d9d1ff97a (patch)
tree70a72c319d89fe6406c70b8fafdb871e8ac59cf6 /Cargo.lock
parent32522ff526ca83d5eb213f334de709c4f55c39cd (diff)
[CIT-459] Use the batcher to batch collectd message (#401)
* [CIT-459] impl Batchable for CollectdMessage * [CIT-459] Use the batcher to batch collectd messages * [CIT-459] Cargo fmt * [CIT-459] Fix typos * [CIT-459] Use the monitor configuration to set the batcher parameters * [CIT-459] Propagate the end of stream along the baching pipeline * [CIT-459] Remove unused `mut` * [CIT-459] Set default values for batching window and max delay * [CIT-459] Fix the default maximum message delay Co-authored-by: Wenzek <diw@softwareag.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 808cf626..58cac3ba 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2599,6 +2599,7 @@ dependencies = [
"assert-json-diff",
"assert_matches",
"async-trait",
+ "batcher",
"c8y_translator_lib",
"chrono",
"clock",