v1.110.19
Released at 2025-09-12
v1.110.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.110.x line will be supported for at least 12 months since v1.110.0 release
- BUGFIX: vmui: properly apply rollup functions to metrics based on their name in vmui's metrics explorer. See #9655 for details. Thanks to @wbwren-eric for the fix.
- BUGFIX: all VictoriaMetrics enterprise components: fix support for automatic issuing of TLS certificates for HTTPS server via Let's Encrypt service using TLS-ALPN-01 challenge. See Automatic issuing of TLS certificates for more info.
- BUGFIX: vmui: fix VMUI backend URL, while using multitenant API. See more in #9703.
- BUGFIX: all components: properly expose metadata for summaries and histograms in VictoriaMetrics components with enabled
-metrics.exposeMetadata
cmd-line flag. See metrics#98 for details. - BUGFIX: all components: lower severity of the log message for unavailable Pressure Stall Information (PSI) metrics from
ERROR
toINFO
level. See #9161 for details.