docs/CHANGELOG.md: add a note about LTS release for v1.79.4

This commit is contained in:
Aliaksandr Valialkin 2022-10-07 02:49:04 +03:00
parent b4f4eaf710
commit 82d6610426
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -20,6 +20,9 @@ The following tip changes can be tested by building VictoriaMetrics components f
Released at 07-10-2022
**v1.79.x is a line of LTS releases (e.g. long-time support). It contains important up-to-date bugfixes.
The v1.79.x line will be supported for at least 12 months since [v1.79.0](https://docs.victoriametrics.com/CHANGELOG.html#v1790) release**
**Update note 1:** [vmalert](https://docs.victoriametrics.com/vmalert.html) changes default value for command-line flag `-datasource.queryStep` from `0s` to `5m`. The change supposed to improve reliability of the rules evaluation when evaluation interval is lower than scraping interval.
* FEATURE: expose `vmagent_remotewrite_queues` metric and use it in alerting rules in order to improve the detection of remote storage connection saturation. See [this pull request](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/2871).