From 45177e26834e43c934da0b022e27b515463e345f Mon Sep 17 00:00:00 2001 From: f41gh7 Date: Mon, 11 May 2026 11:21:51 +0200 Subject: [PATCH] docs: update flags with actual v1.143.0 binaries Signed-off-by: f41gh7 --- docs/victoriametrics/vmauth_common_flags.md | 2 +- docs/victoriametrics/vmctl/vmctl_prometheus_flags.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/victoriametrics/vmauth_common_flags.md b/docs/victoriametrics/vmauth_common_flags.md index 510a6dfd8d..80529c0a3c 100644 --- a/docs/victoriametrics/vmauth_common_flags.md +++ b/docs/victoriametrics/vmauth_common_flags.md @@ -132,7 +132,7 @@ See the docs at https://docs.victoriametrics.com/victoriametrics/vmauth/ . -maxQueueDuration duration The maximum duration to wait before rejecting incoming requests if concurrency limit specified via -maxConcurrentRequests or -maxConcurrentPerUserRequests command-line flags is reached. Requests are rejected with '429 Too Many Requests' http status code if the limit is still reached after the -maxQueueDuration duration. This allows graceful handling of short spikes in concurrent requests. See https://docs.victoriametrics.com/victoriametrics/vmauth/#concurrency-limiting (default 10s) -maxRequestBodySizeToRetry size - The maximum request body size to buffer in memory for potential retries at other backends. Request bodies larger than this size cannot be retried if the backend fails. Zero or negative value disables request body buffering and retries. See also -requestBufferSize + The maximum request body size to buffer in memory for potential retries at other backends. Request bodies larger than this size cannot be retried if the backend fails. Zero or negative value disables retries. See also -requestBufferSize Supports the following optional suffixes for size values: KB, MB, GB, TB, KiB, MiB, GiB, TiB (default 16384) -memory.allowedBytes size Allowed size of system memory VictoriaMetrics caches may occupy. This option overrides -memory.allowedPercent if set to a non-zero value. Too low a value may increase the cache miss rate usually resulting in higher CPU and disk IO usage. Too high a value may evict too much data from the OS page cache resulting in higher disk IO usage diff --git a/docs/victoriametrics/vmctl/vmctl_prometheus_flags.md b/docs/victoriametrics/vmctl/vmctl_prometheus_flags.md index cad4804e2b..34d9c368cd 100644 --- a/docs/victoriametrics/vmctl/vmctl_prometheus_flags.md +++ b/docs/victoriametrics/vmctl/vmctl_prometheus_flags.md @@ -29,7 +29,7 @@ OPTIONS: --prom-filter-time-end value The time filter in RFC3339 format to select timeseries with timestamp equal or lower than provided value. E.g. '2020-01-01T20:07:00Z' --prom-filter-label value Prometheus label name to filter timeseries by. E.g. '__name__' will filter timeseries by name. --prom-filter-label-value value Prometheus regular expression to filter label from "prom-filter-label" flag. (default: ".*") - --prom-tmp-dir-path value Path to directory to be used for temporary files. (default: "/var/folders/ds/3kj5p3v17ll0hsyvq380ryvm0000gn/T/") + --prom-tmp-dir-path value Path to directory to be used for temporary files. (default: "/var/folders/9b/rj_f77q52w57vnxx236qh51m0000gn/T/") --vm-addr value VictoriaMetrics address to perform import requests. Should be the same as --httpListenAddr value for single-node version or vminsert component. When importing into the clustered version do not forget to set additionally --vm-account-id flag.