VictoriaMetrics July 2026 Ecosystem Updates

VictoriaMetrics July 2026 Ecosystem Updates

Share: Share on LinkedIn Share on X (Twitter)

July brought a new long-term support line for VictoriaMetrics, providing Enterprise users with a consistent release stream and bug and security patches for the next 12 months.

We also launched vmestimator, a new open-source component that estimates metric cardinality in real time. It continuously tracks cardinality across label combinations, so you can spot growth and churn early, before they lead to slow queries, increased storage usage, or unexpected cost spikes.

VictoriaMetrics v1.148.0 is out: a new LTS release

#

VictoriaMetrics v1.148.0 is our latest LTS release. This means **support for v1.122.27 has ended and will no longer receive fixes or security backports. Meanwhile v1.136.14 remains supported following the usual LTS release schedule.

  • New LTS release: v1.148.0 is the new long-term support line, giving Enterprise users a stable release stream with bug and security fixes over the next 12 months.
  • More resilient persistent queue in vmagent: ungraceful shutdowns are now much less likely to drop the entire persistent queue file, so in most cases only the latest written block is lost instead of all queued metrics.
  • Fixed Prometheus Remote Write protocol downgrade in vmauth: vmauth now returns 408 Request Timeout rather than 400 Bad Request when requests time out, preventing vmagent from permanently downgrading the Prometheus Remote-Write protocol and dropping subsequent slow requests.
  • More reliable S3 backups: vmbackup and vmbackupmanager now retry HTTP 429 Too Many Requests responses automatically, making backups more resilient to temporary S3 rate limiting.
  • Client-side least-loaded load balancing for vmagent: DNS-based service discovery can now route traffic to the least-loaded backend, which simplifies Kubernetes deployments and can remove the need for vmauth between vmagent and vminsert in many cases.
  • Fill function modifiers: MetricsQL now supports fill modifiers in binary operations, which improves Prometheus compatibility and makes gaps in series easier to handle.
  • Scrape metrics over Unix domain sockets: scraping over Unix domain sockets is now supported in vmagent and vmsingle through the unix_socket target label.
  • Better relabeling debug UI: The relabeling debug UI in vmagent now auto-loads rules from -promscrape.config, -remoteWrite.relabelConfig, and -remoteWrite.urlRelabelConfig, with additional usability improvements for debugging relabeling flows.
  • Screenshot of the new relabel UI in VMUI
  • Also in this version: vmagent and vmsingle can now override max_scrape_size per target via the max_scrape_size label, background discovery performance for http_sd is improved, and a new -maxBackfillAge flag limits ingestion of samples with old timestamps (useful when data moves between storage tiers). Full list in the changelog.

Read the changelog.

VictoriaMetrics 1.147.0 is out: easier migration to cluster

#

Important: vmagent contains a bug that causes increased CPU and memory usage when -remoteWrite.urlRelabelConfig or -remoteWrite.streamAggr.config flags are used. The bug was introduced in #11250. We recommend upgrading to v1.148.0 or rolling back to v1.146.0.

  • Easier migration from single-node to cluster: vmsingle now supports the vmselect clusternative RPC protocol and can act as a vmstorage node, so you can migrate from single-node to cluster with a smoother migration path (vmctl is no longer needed for the move). This also enables lightweight cluster setups with vmagent, vmsingle, and vmselect with limited multitenancy support.
  • vmagent MDX routing: vmagent now supports Monitoring Data eXchange (MDX), which lets you route only VictoriaMetrics telemetry to a specific -remoteWrite.url and simplifies monitoring-of-monitoring deployments in both self-hosted mode and in our hosted MoM/MaaS offering.
  • More flexible JWT auth in vmauth: the new default_vm_access_claim option makes the vm_access JWT claim optional, so existing tokens can keep working while access control still uses claim matching and configured backends.
  • Improved stream aggregation correctness: stream aggregation now returns more accurate rate_avg and rate_sum results.
  • Also in this version: a ~10% CPU usage reduction for sharding among remote storages, a 64KiB size limit on metric metadata fields, new vm_data_size_bytes metrics for metaindex memory tracking, an optimize_repeated_binary_op_subexprs query arg for reusing rollup cache across binary-op subexpressions, an artificial 2 to 3 second delay on failed vmauth logins to slow brute-force attempts, and new alerting rules for invalid authentication tokens and rules approaching their result limits

This release includes 7 bug fixes and 14 feature improvements. Read the changelog for more details.

Blogs and tutorials

#

Community news

#

The VictoriaMetrics team attended the WeAreDevelopers World Congress as a bronze Sponsor. A packed room attended Aliaksandr Valialkin’s (Founder and CTO) talk about Strategies for Efficient Log Management in Large-Scale Kubernetes Clusters. The crew had fantastic talks during the event, and the booth was bustling with guests. Looking forward to the next WeAreDevelopers San Jose on September 23 to 25!

DevEx Talks Episode 6 focused on neurodiversity in tech, with Diana Todea speaking with Carl Alexander and Zach Stepek about their experiences as neurodivergent professionals. The conversation highlights what has helped them succeed, what has not, and why community plays a crucial role in long-term growth and support.

VictoriaMetrics latest Virtual Meetup took place on July 16 and is now available on YouTube. In this episode, the engineering team shares product updates, roadmap highlights, new features, cloud updates, and community news.

Wrap up

#

This month’s updates focus on stability, visibility, and easier operations across the VictoriaMetrics stack. From the new LTS release to vmestimator and the other improvements, the goal is to make day-to-day monitoring simpler and more predictable.

Stay tuned for more ecosystem updates from the VictoriaMetrics team. Thank you for reading!

Leave a comment below or Contact Us if you have any questions!
comments powered by Disqus

You might also like:

VictoriaMetrics 2026 Mid Year Roundup

Take a look at what we shipped in the first half of 2026 across VictoriaMetrics: metrics, logs, traces, and cloud,with improvements in performance, scalability, and usability.

VictoriaMetrics May 2026 Ecosystem Updates

May 2026 VictoriaMetrics release roundup: v1.144.0 brings 15 bug fixes and 9 UX improvements for reliability and observability, while v1.143.0 adds native Prometheus histogram ingestion support across vmagent, vmsingle, and vminsert. Also includes the first LTS release for VictoriaMetrics Operator.

VictoriaMetrics April 2026 Ecosystem Updates

VictoriaMetrics April 2026 release round‑up: heads up about critical VictoriaMetrics bugfixes in v1.141.0–v1.142.0, and explore new VictoriaLogs features including Splunk ingestion and advanced LogsQL tooling.

VictoriaMetrics March 2026 Ecosystem Updates

March 2026 VictoriaMetrics Stack releases deliver Grafana Cardinality Explorer, VMUI pagination, JWT auth enhancements, log UI sidebar, and Kubernetes log enrichment for scalable observability. Upgrade now for better UI usability, query performance, and production-ready monitoring workflows.