v1.102.16
Released at 2025-03-07
BUGFIX: vmgateway: properly apply the rate limiter for the rows_inserted
limit type. Previously, the rate limit for this type was ignored.
- BUGFIX: vmgateway: properly handle HTTP requests with path ending with a trailing
/
when using the rate limiter. Previously, the trailing slash was removed and caused an incorrect redirect path when visiting VMUI. Thanks to @jindov for the bug report issue. - BUGFIX: vmsingle,
vmselect
in VictoriaMetrics cluster: prevent possible panic forfoo @ bar
expression when first sample inbar
starts withNaN
or starts long after first sample infoo
. Now, VM will try to find first non-NaN value inbar
and could yield an error@ modifier must return a non-NaN value
if it won't find it. See this issue. - BUGFIX: Single-node VictoriaMetrics and vmstorage: prevent panic when using with rules that have zero interval:
-downsampling.period=5m:5m,0s:0s
. Such rule configuration shouldn't be rejected and cause an error when used. See this issue.