v1.97.13
Released at 2024-11-29
v1.97.x is a line of LTS releases. It contains important up-to-date bugfixes for VictoriaMetrics enterprise.
All these fixes are also included in the latest community release.
The v1.97.x line will be supported for at least 12 months since v1.97.0 release
- BUGFIX: vmagent: Properly return
200 OK
HTTP status code when importing data via Pushgateway protocol using multitenant URL format. See this issue and this pull request. - BUGFIX: vmagent: Properly set
TCP
connection timeout forKubernetes API server
connection for metric scrapping withkubernetes_sd_configs
. See this issue. - BUGFIX: vmagent: fix the
resource_group
filter for Azure service discovery on virtual machine scale sets. Previously, this filter did not apply to virtual machine scale sets, causing all virtual machines to be discovered. See this issue. - BUGFIX: vmauth: properly init
ip_filters
forunauthorized_user
config section. Previously it was ignored andvmauth
didn't applyip_filter
forunauthorized
access. - BUGFIX: vmsingle,
vmselect
in VictoriaMetrics cluster: properly return result for binary operation^
aka pow at query requests forNaN
values. See this issue for details.