From 0028b2c6d17b18c4372a110485a81c3d6503bf12 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 8 Feb 2022 16:43:51 +0200 Subject: [PATCH] docs/CHANGELOG.md: add instructions on how to build VictoriaMetrics components from source code in order to test tip changes --- docs/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8d0456bb2..cb3544308 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,14 @@ sort: 15 # CHANGELOG +The following tip changes can be tested by building VictoriaMetrics components from the latest commits according to the following docs: +* [How to build single-node VictoriaMetrics](https://docs.victoriametrics.com/#how-to-build-from-sources) +* [How to build cluster version of VictoriaMetrics](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html#building-from-sources) +* [How to build vmagent](https://docs.victoriametrics.com/vmagent.html#how-to-build-from-sources) +* [How to build vmalert](https://docs.victoriametrics.com/vmalert.html#how-to-build-from-sources) +* [How to build vmauth](https://docs.victoriametrics.com/vmauth.html#how-to-build-from-sources) +* [How to build vmctl](https://docs.victoriametrics.com/vmctl.html#how-to-build) + ## tip * FEATURE: [VictoriaMetrics cluster](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html): add `-dropSamplesOnOverload` command-line flag for `vminsert`. If this flag is set, then `vminsert` drops incoming data if the destination `vmstorage` is temporarily unavailable or cannot keep up with the ingestion rate. The number of dropped rows can be [monitored](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html#monitoring) via `vm_rpc_rows_dropped_on_overload_total` metric at `vminsert`.