From 693a474ebeeed42f3be842428afa87ccfc515d38 Mon Sep 17 00:00:00 2001 From: Vika Date: Mon, 8 Jan 2024 19:14:42 +0000 Subject: [PATCH] update wiki pages --- vmagent.md | 1 + 1 file changed, 1 insertion(+) diff --git a/vmagent.md b/vmagent.md index d54e490..de47f0d 100644 --- a/vmagent.md +++ b/vmagent.md @@ -271,6 +271,7 @@ It is possible to force switch to VictoriaMetrics remote write protocol by speci command-line flag for the corresponding `-remoteWrite.url`. It is possible to tune the compression level for VictoriaMetrics remote write protocol with `-remoteWrite.vmProtoCompressLevel` command-line flag. Bigger values reduce network usage at the cost of higher CPU usage. Negative values reduce CPU usage at the cost of higher network usage. +The default value for the compression level is `3`, and the maximum value is `22`. `vmagent` automatically switches to Prometheus remote write protocol when it sends data to old versions of VictoriaMetrics components or to other Prometheus-compatible remote storage systems. It is possible to force switch to Prometheus remote write protocol