docs/vmctl: clarify the meaning of the comment

The comment was ambiguous and not clear to the readers.

Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
hagen1778 2024-10-18 09:46:54 +02:00
parent 025eec2cb0
commit 41e0bbb6d1
No known key found for this signature in database
GPG key ID: E92986095E0DD614

View file

@ -805,7 +805,7 @@ Migration in `vm-native` mode takes two steps:
--vm-native-src-addr=http://127.0.0.1:8481/select/0/prometheus \ # migrate from --vm-native-src-addr=http://127.0.0.1:8481/select/0/prometheus \ # migrate from
--vm-native-dst-addr=http://localhost:8428 \ # migrate to --vm-native-dst-addr=http://localhost:8428 \ # migrate to
--vm-native-filter-time-start='2022-11-20T00:00:00Z' \ # starting from --vm-native-filter-time-start='2022-11-20T00:00:00Z' \ # starting from
--vm-native-filter-match='{__name__!~"vm_.*"}' # filter out metrics matching the selector --vm-native-filter-match='{__name__!~"vm_.*"}' # match only metrics without `vm_` prefix
VictoriaMetrics Native import mode VictoriaMetrics Native import mode
2023/03/02 09:22:02 Initing import process from "http://127.0.0.1:8481/select/0/prometheus/api/v1/export/native" 2023/03/02 09:22:02 Initing import process from "http://127.0.0.1:8481/select/0/prometheus/api/v1/export/native"