v1.131.0
Released at 2025-11-28
-
FEATURE: dashboards/victoriametrics-cluster: show "Disk space usage % by type" as stacked graph in Cluster dashboard. See #9932.
-
FEATURE: vmagent and vmsingle: Apply separate log throttlers per OpenTelemetry log type. This should help diagnose delta-temporality issues. See #9447 for more details. Thank to @veleek for the contribution.
-
FEATURE: vmbackupmanager: add
-backupTypeTagNameflag that sets tag to each backup object with a name equal to flag value and value, that equals to backup type (hourly,daily,monthly,latest,weekly). Useful for AWS S3 lifecycle policy management. -
FEATURE:
vmselectin VictoriaMetrics cluster: reduce query requests latency, CPU and Memory usage for multi-level select requests. See #9899 for details. -
FEATURE: vmui: improve Alerting page styling so rule labels are clearly separated. See #9856.
-
BUGFIX: vmagent, vmsingle and
vminsertin VictoriaMetrics cluster: Preventaccept()from blocking when a client connects to-opentsdbListenAddrbut sends no data or sends it too slowly. Previously, such connections could stall acceptance of new clients. See #9987 for details. -
BUGFIX: vmalert: don't increase
vmalert_alerts_send_errors_totalfor request context cancellation, which may occur during graceful shutdown or group configuration update. See #10027. -
BUGFIX vmagent, vmsingle and
vminsertin VictoriaMetrics cluster: Account for excess white spaces in influx write string. See #10049. -
BUGFIX:
vminsertin VictoriaMetrics cluster: properly use list of discovered storage nodes when using vmstorage discovery. Discovery was using an original list of nodes when attempting to establish connection starting from v1.130.0. -
BUGFIX: vmui: remove the “step” control from the Raw Query page, since it didn't affect the chart rendering. See #9667.
-
BUGFIX: vmui: fix display of multiple points at the same timestamp on the Raw Query page. See #9666.
-
BUGFIX: vmui: fix ability to select multiple metrics in
Explore Metricstab. See #9995. -
BUGFIX:
vmselectin VictoriaMetrics cluster: respectreplicationFactorandglobalReplicationFactorsettings when some of vmstorage nodes are overloaded. See #10030 for details. Thanks to @tIGO for the contribution. -
BUGFIX:
vmstoragein VictoriaMetrics cluster and vmsingle: properly incrementvm_missing_metric_names_for_metric_id_totalmetric.