Update victoriametrics/vmagent Docker tag to v1.135.0 #645
Reference in New Issue
Block a user
Delete Branch "renovate/victoriametrics"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v1.134.0→v1.135.0Release Notes
VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)
v1.135.0Compare Source
v1.135.0
Released at 2026-01-30
FEATURE: vmagent and vmsingle: improved scrape size display. Sizes below 1024 bytes are now shown in
B, and larger sizes are shown as wholeKiB(rounded up). This prevents confusion where values like 123.456 KiB were interpreted as 123456 KiB, while the actual size was only 123 KiB. See #10307.FEATURE: vmauth: allow buffering request bodies before proxying them to backends. This reduces load on backends when processing requests from slow clients such as IoT devices connected to
vmauthvia slow networks. See #10309 and request body buffering docs.FEATURE: vmbackupmanager: allow completely disabling scheduled backups by using
-disableScheduledBackupscommand-line flag. This is useful to runvmbackupmanageronly for on-demand backups and restores triggered via API. See #10364.FEATURE: monitoring: take into account all the generated log messages at
vm_log_messages_totalmetric, including suppressed logs if the-loggerLevelcommand-line flag is set to values other thanINFO. Addis_printedlabel to thevm_log_messages_totalmetric in order to understand whether the log at the given codelocationwas suppressed or not. This simplifies troubleshooting of VictoriaMetrics components when logs aren't available. See #10304.FEATURE: vmagent: support configuring different
-remoteWrite.queuesper remoteWrite url. This allows setting-remoteWrite.queues=1for backends that do not support out-of-order ingestion (e.g. Mimir), while keeping higher queue counts for other backends such as VictoriaMetrics. Previously, this required running multiple vmagent instances with different queue settings. See #10270.FEATURE: alerts: add new alerting rules
PersistentQueueRunsOutOfSpaceIn12HoursandPersistentQueueRunsOutOfSpaceIn4Hoursforvmagentpersistent queue capacity. These alerts help users to take proactive actions beforevmagentstarts dropping metrics due to insufficient persistent queue space. See #10193FEATURE: All VictoriaMetrics components: add build version information to the home page for consistency with other projects. See #10249.
FEATURE: all VictoriaMetrics components: add flag
fs.disableMincore, which allows to disablemincoresyscall. See #10327.FEATURE: vmsingle and
vmselectin VictoriaMetrics cluster: expose topN average memory bytes consumption queries in/api/v1/status/top_queries. It can help users to find queries that consume a lot of memory and potentially cause OOM. See #9330.FEATURE: vmctl: add metrics for tracking the migration progress. See vmctl - monitoring the migration process and #10276.
BUGFIX: vmauth: stop backend health checks for URL prefixes defined in
url_mapduring configuration reloads. Previously, stale backends kept being health-checked and produced repeated warning logs after reloads. See #10334.BUGFIX: vmsingle and
vmstoragein VictoriaMetrics cluster: properly return /api/v1/status/tsdb response for time range outside partition index. See #10315.BUGFIX: vmsingle and
vmstoragein VictoriaMetrics cluster: properly report*_requests_total,*_misses_total,*_resets_total,*_syncs_total,*_rotations_totalmetrics forindexdb/tagFiltersToMetricIDs,indexdb/metricIDandindexdb/date_metricIDcaches. See #10275.BUGFIX:
vmstoragein VictoriaMetrics cluster: correctly return tenants results for/admin/tenantswhenstartorendare specified. See #10312. Thanks to @Defined2014 for the contribution.BUGFIX: vmui: fix "Percentage from total" calculation on the Cardinality Explorer page when multiple metrics match the filter. See #10323. Thanks to @PleasingFungus for the contribution.
BUGFIX: vmagent: apply
-promscrape.maxScrapeSizecheck to decompressed data instead of compressed data. See #9481.BUGFIX: vmalert: disallow setting the
-notifier.urlcommand-line flag to a null value. See #10355.BUGFIX: vmalert: fix alert restore when a group contains many rules and is slow to complete evaluation. Previously, the restore process might not retrieve the correct previous alert state. See #10335.
BUGFIX: vmalert: do not skip sending alert notifications to
-notifier.urlif remote write requests to-remoteWrite.urlfail. See #10376.BUGFIX: MetricsQL: fix
changes()function when gaps between samples exceed the lookbehind window. Previously, it could yield a non-zero value even when the sample value remained unchanged. See #10280.BUGFIX: vmsingle and
vmstoragein VictoriaMetrics cluster: previously ingestion could hit lock contention that triggered frequent context switches and storage connection saturation spikes; now the contention is removed to keep ingestion steady. See #10367.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.
This PR has been generated by Renovate Bot.