From e423c4b72c0bb64bbc7f810b0115bf69bde148b2 Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Tue, 2 Jul 2024 17:17:54 +0200 Subject: [PATCH] docs: mention `graphite.sanitizeMetricName` in cluster docs Signed-off-by: hagen1778 (cherry picked from commit ffb49c677b6f49e470e057468d4be8d304888f3b) --- docs/Cluster-VictoriaMetrics.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Cluster-VictoriaMetrics.md b/docs/Cluster-VictoriaMetrics.md index cf97cb62a5..e05391968b 100644 --- a/docs/Cluster-VictoriaMetrics.md +++ b/docs/Cluster-VictoriaMetrics.md @@ -1084,6 +1084,8 @@ Below is the output for `/path/to/vminsert -help`: Flag value can be read from the given file when using -flagsAuthKey=file:///abs/path/to/file or -flagsAuthKey=file://./relative/path/to/file . Flag value can be read from the given http/https url when using -flagsAuthKey=http://host/path or -flagsAuthKey=https://host/path -fs.disableMmap Whether to use pread() instead of mmap() for reading data files. By default, mmap() is used for 64-bit arches and pread() is used for 32-bit arches, since they cannot read data files bigger than 2^32 bytes in memory. mmap() is usually faster for reading small data chunks than pread() + -graphite.sanitizeMetricName + Sanitize metric names for the ingested Graphite data. See https://docs.victoriametrics.com/#how-to-send-data-from-graphite-compatible-agents-such-as-statsd -graphiteListenAddr string TCP and UDP address to listen for Graphite plaintext data. Usually :2003 must be set. Doesn't work if empty. See also -graphiteListenAddr.useProxyProtocol -graphiteListenAddr.useProxyProtocol