From 094fb310890e6d9766cf051c9659dfe86b535e81 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Sun, 12 Mar 2023 00:11:46 -0800 Subject: [PATCH] app/vmctl/README.md: remove trailing space from the line added at 4c3bc04efac7cf2316fefc474179f5d57f794b85 --- app/vmctl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/vmctl/README.md b/app/vmctl/README.md index 000e463a0d..6455099940 100644 --- a/app/vmctl/README.md +++ b/app/vmctl/README.md @@ -792,7 +792,7 @@ to the corresponding source address. error `use of closed network connection` when run a longer export. 10. Migrating data with overlapping time range for destination data can produce duplicates series at destination. To avoid duplicates on the destination set `-dedup.minScrapeInterval=1ms` for `vmselect` and `vmstorage`. -This will instruct `vmselect` and `vmstorage` to ignore duplicates with match timestamps. +This will instruct `vmselect` and `vmstorage` to ignore duplicates with match timestamps. In this mode `vmctl` acts as a proxy between two VM instances, where time series filtering is done by "source" (`src`) and processing is done by "destination" (`dst`). So no extra memory or CPU resources required on `vmctl` side. Only