github VictoriaMetrics/VictoriaMetrics v1.102.16

one day ago

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 for foo @ bar expression when first sample in bar starts with NaN or starts long after first sample in foo. Now, VM will try to find first non-NaN value in bar 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.

Don't miss a new VictoriaMetrics release

NewReleases is sending notifications on new releases.