mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
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:
parent
025eec2cb0
commit
41e0bbb6d1
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue