app/vmctl/README.md: remove trailing space from the line added at 4c3bc04efa

This commit is contained in:
Aliaksandr Valialkin 2023-03-12 00:11:46 -08:00
parent 5ac8f89d2a
commit 094fb31089
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1

View File

@ -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