FEATURE: vmagent: add vm_persistentqueue_free_disk_space_bytes metric for vmagent's persistent queue capacity. See #10193.
FEATURE: vmsingle and vmselect in VictoriaMetrics cluster: expose vm_rollup_result_cache_requests_total which tracks the number of requests to the query rollup cache. See #10117.
FEATURE: vmauth: add a metric vmauth_http_request_errors_total{reason="client_canceled"} to measure client cancelled requests. This should help with debugging vmauth issues. See #10233.
FEATURE: vmauth: do not retry client canceled requests. See #10233.
FEATURE: vmsingle and vmstorage in VictoriaMetrics cluster: add explicit month duration unit (M) for -retentionPeriod flag. This allows users to specify retention periods in months more explicitly. See #10181.
FEATURE: dashboards/vmagent: add Persistent queue Full ETA panel to the Drilldown section. This panel helps estimate how much time remains until vmagent starts dropping incoming metrics. See #10193.
FEATURE: vmalert: add support for $isPartial variable in alerting rule annotation templating. This allows users to include an additional warning message in alerts triggered by partial query responses. See #4531.
FEATURE: vmsingle and vmselect in VictoriaMetrics cluster: calculate the lookbehind window as the median of the intervals between the last 20 raw samples within the requested time range for range queries. Previously, this calculation was based on the first 20 samples, using the last 20 samples should improve accuracy for recent data. See #10281.
BUGFIX: vmagent: fix configuration reloading for -remoteWrite.relabelConfig and -remoteWrite.urlRelabelConfig when vmagent is launched with empty files. Previously, if vmagent started with an empty config, subsequent config reloads were ignored. See #10211.
BUGFIX: vmsingle and vmstorage in VictoriaMetrics cluster: prevent slow ingestion requests and CPU usage spikes during midnight daily-index creation. See #10064.
BUGFIX: vmsingle: fix a missing path error for http://<victoriametrics-addr>:8428/zabbixconnector/api/v1/history. See 10214.
BUGFIX: vmstorage in VictoriaMetrics cluster: reduce default value for storage.vminsertConnsShutdownDuration flag from 25s to 10s seconds. It reduces probability of ungraceful storage shutdown at Kubernetes based environments, which has 30 seconds default graceful termination period value. See #10273
BUGFIX: vmui: remove legacy tenantID query param and use the URL path as the single source of truth for multitenancy. See #10232.
BUGFIX: vmui: fix heatmap rendering issues where charts could break or appear empty when bucket values were uniform or sparse. See #10240.
BUGFIX: all VictoriaMetrics components: prefer numerical values over stale markers when samples share the same timestamp during deduplication. See #10196.
BUGFIX: vmstorage in VictoriaMetrics cluster: correctly return results for /api/v1/labels and /api/v1/label/{}/values when match[], extra_filters or extra_labels are specified. See #10294
Configuration
📅Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕Ignore: Close this PR and you won't be reminded about this update again.
If you want to rebase/retry this PR, check this box
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [victoriametrics/vmagent](https://github.com/VictoriaMetrics/VictoriaMetrics) | minor | `v1.133.0` → `v1.134.0` |
---
### Release Notes
<details>
<summary>VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)</summary>
### [`v1.134.0`](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.134.0)
[Compare Source](https://github.com/VictoriaMetrics/VictoriaMetrics/compare/v1.133.0...v1.134.0)
##### [v1.134.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.134.0)
Released at 2026-01-16
- SECURITY: upgrade Go builder from Go1.25.5 to Go1.25.5. See [the list of issues addressed in Go1.25.6](https://github.com/golang/go/issues?q=milestone%3AGo1.25.6%20label%3ACherryPickApproved).
- FEATURE: [dashboards/single](https://grafana.com/grafana/dashboards/10229): refine `VictoriaMetrics - single` dashboard and aligned it with the [VictoriaMetrics - cluster](https://grafana.com/grafana/dashboards/11176) dashboard. For the full list of changes see [#​10132-comment](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10187#issuecomment-3696769466) and [#​10260](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10260).
- FEATURE: [vmagent](https://docs.victoriametrics.com/vmagent/): add `vm_persistentqueue_free_disk_space_bytes` metric for vmagent's persistent queue capacity. See [#​10193](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10193).
- FEATURE: [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/) and `vmselect` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/): expose `vm_rollup_result_cache_requests_total` which tracks the number of requests to the query rollup cache. See [#​10117](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10117).
- FEATURE: [vmauth](https://docs.victoriametrics.com/victoriametrics/vmauth/): add a metric `vmauth_http_request_errors_total{reason="client_canceled"}` to measure client cancelled requests. This should help with debugging vmauth issues. See [#​10233](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10233).
- FEATURE: [vmauth](https://docs.victoriametrics.com/victoriametrics/vmauth/): do not retry client canceled requests. See [#​10233](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10233).
- FEATURE: [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/) and `vmstorage` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/): add explicit month duration unit (`M`) for `-retentionPeriod` flag. This allows users to specify retention periods in months more explicitly. See [#​10181](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10181).
- FEATURE: [dashboards/vmagent](https://grafana.com/grafana/dashboards/12683): add `Persistent queue Full ETA` panel to the `Drilldown` section. This panel helps estimate how much time remains until `vmagent` starts dropping incoming metrics. See [#​10193](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10193).
- FEATURE: [vmalert](https://docs.victoriametrics.com/victoriametrics/vmalert/): add support for `$isPartial` variable in alerting rule annotation [templating](https://docs.victoriametrics.com/victoriametrics/vmalert/#templating). This allows users to include an additional warning message in alerts triggered by partial query responses. See [#​4531](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4531).
- FEATURE: [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/) and `vmselect` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/): calculate the lookbehind window as the median of the intervals between the last 20 raw samples within the requested time range for range queries. Previously, this calculation was based on the first 20 samples, using the last 20 samples should improve accuracy for recent data. See [#​10281](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10281).
- BUGFIX: [vmagent](https://docs.victoriametrics.com/victoriametrics/vmagent/): fix configuration reloading for `-remoteWrite.relabelConfig` and `-remoteWrite.urlRelabelConfig` when vmagent is launched with empty files. Previously, if vmagent started with an empty config, subsequent config reloads were ignored. See [#​10211](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10211).
- BUGFIX: [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/) and `vmstorage` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/): prevent slow ingestion requests and CPU usage spikes during midnight daily-index creation. See [#​10064](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10064).
- BUGFIX: [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/): fix a missing path error for `http://<victoriametrics-addr>:8428/zabbixconnector/api/v1/history`. See [10214](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10214).
- BUGFIX: `vmstorage` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/): reduce default value for `storage.vminsertConnsShutdownDuration` flag from `25s` to `10s` seconds. It reduces probability of ungraceful storage shutdown at Kubernetes based environments, which has 30 seconds default graceful termination period value. See [#​10273](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10273)
- BUGFIX: [vmui](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/#vmui): remove legacy `tenantID` query param and use the URL path as the single source of truth for multitenancy. See [#​10232](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10232).
- BUGFIX: [vmui](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/#vmui): fix heatmap rendering issues where charts could break or appear empty when bucket values were uniform or sparse. See [#​10240](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10240).
- BUGFIX: all VictoriaMetrics components: prefer numerical values over [stale markers](https://docs.victoriametrics.com/victoriametrics/vmagent/#prometheus-staleness-markers) when samples share the same timestamp during deduplication. See [#​10196](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10196#issuecomment-3738433938).
- BUGFIX: `vmstorage` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/): correctly return results for `/api/v1/labels` and `/api/v1/label/{}/values` when `match[]`, `extra_filters` or `extra_labels` are specified. See [#​10294](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10294)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS40IiwidXBkYXRlZEluVmVyIjoiNDIuODUuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v1.133.0→v1.134.0Release Notes
VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)
v1.134.0Compare Source
v1.134.0
Released at 2026-01-16
SECURITY: upgrade Go builder from Go1.25.5 to Go1.25.5. See the list of issues addressed in Go1.25.6.
FEATURE: dashboards/single: refine
VictoriaMetrics - singledashboard and aligned it with the VictoriaMetrics - cluster dashboard. For the full list of changes see #10132-comment and #10260.FEATURE: vmagent: add
vm_persistentqueue_free_disk_space_bytesmetric for vmagent's persistent queue capacity. See #10193.FEATURE: vmsingle and
vmselectin VictoriaMetrics cluster: exposevm_rollup_result_cache_requests_totalwhich tracks the number of requests to the query rollup cache. See #10117.FEATURE: vmauth: add a metric
vmauth_http_request_errors_total{reason="client_canceled"}to measure client cancelled requests. This should help with debugging vmauth issues. See #10233.FEATURE: vmauth: do not retry client canceled requests. See #10233.
FEATURE: vmsingle and
vmstoragein VictoriaMetrics cluster: add explicit month duration unit (M) for-retentionPeriodflag. This allows users to specify retention periods in months more explicitly. See #10181.FEATURE: dashboards/vmagent: add
Persistent queue Full ETApanel to theDrilldownsection. This panel helps estimate how much time remains untilvmagentstarts dropping incoming metrics. See #10193.FEATURE: vmalert: add support for
$isPartialvariable in alerting rule annotation templating. This allows users to include an additional warning message in alerts triggered by partial query responses. See #4531.FEATURE: vmsingle and
vmselectin VictoriaMetrics cluster: calculate the lookbehind window as the median of the intervals between the last 20 raw samples within the requested time range for range queries. Previously, this calculation was based on the first 20 samples, using the last 20 samples should improve accuracy for recent data. See #10281.BUGFIX: vmagent: fix configuration reloading for
-remoteWrite.relabelConfigand-remoteWrite.urlRelabelConfigwhen vmagent is launched with empty files. Previously, if vmagent started with an empty config, subsequent config reloads were ignored. See #10211.BUGFIX: vmsingle and
vmstoragein VictoriaMetrics cluster: prevent slow ingestion requests and CPU usage spikes during midnight daily-index creation. See #10064.BUGFIX: vmsingle: fix a missing path error for
http://<victoriametrics-addr>:8428/zabbixconnector/api/v1/history. See 10214.BUGFIX:
vmstoragein VictoriaMetrics cluster: reduce default value forstorage.vminsertConnsShutdownDurationflag from25sto10sseconds. It reduces probability of ungraceful storage shutdown at Kubernetes based environments, which has 30 seconds default graceful termination period value. See #10273BUGFIX: vmui: remove legacy
tenantIDquery param and use the URL path as the single source of truth for multitenancy. See #10232.BUGFIX: vmui: fix heatmap rendering issues where charts could break or appear empty when bucket values were uniform or sparse. See #10240.
BUGFIX: all VictoriaMetrics components: prefer numerical values over stale markers when samples share the same timestamp during deduplication. See #10196.
BUGFIX:
vmstoragein VictoriaMetrics cluster: correctly return results for/api/v1/labelsand/api/v1/label/{}/valueswhenmatch[],extra_filtersorextra_labelsare specified. See #10294Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.