docs/vmctl.md: run make docs-sync after 2a5b9ff782

This commit is contained in:
Aliaksandr Valialkin 2023-04-13 23:54:41 -07:00
parent e6d10106f7
commit 2fd9fdacce
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1

View File

@ -769,8 +769,6 @@ Requests to make: 9 / 9 [██████████████████
requests retries: 0; requests retries: 0;
2023/03/02 09:22:06 Total time: 3.633127625s 2023/03/02 09:22:06 Total time: 3.633127625s
``` ```
`vmctl` uses retries with backoff policy by default. `vmctl` uses retries with backoff policy by default.
The benefits of this retry backoff policy include: The benefits of this retry backoff policy include:
@ -785,8 +783,8 @@ The benefits of this retry backoff policy include:
However, there are also some potential penalties associated with using a backoff retry policy, including: However, there are also some potential penalties associated with using a backoff retry policy, including:
1. Increased migration process latency: 1. Increased migration process latency:
`vmctl` need to make additional call to the `api/v1/label/__name__/values` with defined `--vm-native-filter-match` flag, `vmctl` need to make additional call to the `api/v1/label/__name__/values` with defined `--vm-native-filter-match` flag,
and after process all metric names with additional filters. and after process all metric names with additional filters.
In case when retries with backoff policy is unneeded `--vm-native-disable-retries` command line flag can be used. In case when retries with backoff policy is unneeded `--vm-native-disable-retries` command line flag can be used.
When this flag is set to `true`, `vmctl` skips additional call to the `api/v1/label/__name__/values` API and starts When this flag is set to `true`, `vmctl` skips additional call to the `api/v1/label/__name__/values` API and starts