From 9dc4d1666470236008aa57a34e7a95ae254ce3bb Mon Sep 17 00:00:00 2001 From: Roman Khavronenko Date: Thu, 23 Sep 2021 17:57:25 +0300 Subject: [PATCH] app/vmctl: fix misleading comment about cluster version for native mode (#1648) https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1637 Signed-off-by: hagen1778 --- app/vmctl/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/vmctl/README.md b/app/vmctl/README.md index 6ced12294..5f8ed187e 100644 --- a/app/vmctl/README.md +++ b/app/vmctl/README.md @@ -479,8 +479,8 @@ To avoid such situation try to filter out VM process metrics via `--vm-native-fi [Backfilling tips](https://github.com/VictoriaMetrics/VictoriaMetrics#backfilling) section. 3. `vmctl` doesn't provide relabeling or other types of labels management in this mode. Instead, use [relabeling in VictoriaMetrics](https://github.com/VictoriaMetrics/vmctl/issues/4#issuecomment-683424375). -4. When importing into cluster version it is additionally required to specify the `--vm-account-id` flag. -See more details for cluster version [here](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/cluster). +4. When importing in or from cluster version remember to use correct [URL format](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html#url-format) +and specify `accountID` param. ## Tuning