From 41e0bbb6d19c63b4aeeaf809ff64829272d87b7e Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Fri, 18 Oct 2024 09:46:54 +0200 Subject: [PATCH] docs/vmctl: clarify the meaning of the comment The comment was ambiguous and not clear to the readers. Signed-off-by: hagen1778 --- docs/vmctl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vmctl.md b/docs/vmctl.md index ff0955721..09cb9c3a1 100644 --- a/docs/vmctl.md +++ b/docs/vmctl.md @@ -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-dst-addr=http://localhost:8428 \ # migrate to --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 2023/03/02 09:22:02 Initing import process from "http://127.0.0.1:8481/select/0/prometheus/api/v1/export/native"