惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
罗磊的独立博客
Apple Machine Learning Research
Apple Machine Learning Research
The Cloudflare Blog
L
LangChain Blog
博客园 - 司徒正美
G
Google Developers Blog
博客园 - 【当耐特】
GbyAI
GbyAI
月光博客
月光博客
人人都是产品经理
人人都是产品经理
D
DataBreaches.Net
大猫的无限游戏
大猫的无限游戏
A
About on SuperTechFans
Microsoft Azure Blog
Microsoft Azure Blog
V
Visual Studio Blog
D
Docker
MongoDB | Blog
MongoDB | Blog
Vercel News
Vercel News
Stack Overflow Blog
Stack Overflow Blog
Jina AI
Jina AI
博客园 - 聂微东

VictoriaMetrics: Simple & Reliable Monitoring for Everyone on VictoriaMetrics

Operator now has Long-Term Support (LTS) version Multi-tiered Observability: A Practical Way to Handle Diverse Workloads VictoriaMetrics April 2026 Ecosystem Updates Not All Telemetry Requires Premium Pricing VictoriaMetrics at KubeCon Amsterdam: Community Highlights What's new in VictoriaMetrics Anomaly Detection (Q1 2026) What's New in VictoriaMetrics Cloud Q1 2026? Logs, MCP Server, Better Alerting, and... a Secret Project VictoriaMetrics at KubeCon: Optimizing Tail Sampling in OpenTelemetry with Retroactive Sampling VictoriaMetrics March 2026 Ecosystem Updates Observability Lessons From OpenAI Benchmarking Kubernetes Log Collectors: vlagent, Vector, Fluent Bit, OpenTelemetry Collector, and more VictoriaMetrics February 2026 Ecosystem Updates VictoriaMetrics at FOSDEM, Cloud Native Days France, and CfgMgmtCamp Ghent VictoriaLogs in VictoriaMetrics Cloud: Fast, Cost-Effective Log Management is Here What’s new in VictoriaMetrics Anomaly Detection (2025) VictoriaMetrics January 2026 Ecosystem Updates VictoriaLogs Basics: What You Need to Know, with Examples & Visuals What's New in VictoriaMetrics Cloud Q4 2025? New tiers, more deployment options, IaC and alerting rules. Vibe coding tools observability with VictoriaMetrics Stack and OpenTelemetry How a US Software Provider Improved Traffic Alerting with VictoriaMetrics Anomaly Detection VictoriaMetrics 2025 Developer Experience: A Year in Review Spotify’s performance & control across large monitoring environments with VictoriaMetrics VictoriaMetrics Achieves Red Hat OpenShift Operator Certification Our latest updates across the VictoriaMetrics Observability ecosystem New Capacity Tiers in VictoriaMetrics Cloud Announcing 1B+ Downloads & Product Development With Logs, Traces, Metrics AI Agents Observability with OpenTelemetry and the VictoriaMetrics Stack Discarding gRPC-Go: The Story Behind OTLP/gRPC Support in VictoriaTraces What's New in VictoriaMetrics Cloud Q3 2025? From new region in Asia to proactive alerts How DreamHost Slashed Memory Usage by 80% and Scaled to 76 Million Time Series
VictoriaMetrics Long-Term Support (LTS): H2 2025 Update
Adam Yates / Artem Navoiev · 2025-09-26 · via VictoriaMetrics: Simple & Reliable Monitoring for Everyone on VictoriaMetrics

VictoriaMetrics LTS release timeline

VictoriaMetrics LTS release timeline

As we’re into the second half of the year, we’d like to take this opportunity to provide an update on the most recent changes in our Long-Term Support (LTS) releases.

LTS releases are published for the Enterprise versions of VictoriaMetrics and are designed for production workloads under SLA, providing long-term support lines of releases for VictoriaMetrics customers.

Every LTS line receives bug fixes and security fixes for 12 months after the initial release. New LTS lines are published every 6 months, meaning the latest two LTS lines are supported at any given moment. This gives up to 6 months for the migration to new LTS lines for VictoriaMetrics Enterprise users.

Important for our users

#

While the latest LTS versions are an enterprise-license feature, VictoriaMetrics Enterprise is based on open source, meaning version 1.122.0 is open source and everyone can update to it.

All the bugfixes and security fixes, which are included in LTS releases, are available in the latest open source release. Please upgrade VictoriaMetrics products regularly to the latest available open source release.

Introducing our latest LTS release

#

We’ve recently released VictoriaMetrics LTS v1.122.1, which begins a new line of Long-Term Support releases. This version will receive bugfixes and security patches for 12 months, ensuring maximum stability for production environments.

The previous LTS release, v1.111, will continue to receive bug fixes until February 2026.

Please note:

#

The v1.102 LTS line has reached its end-of-life and is no longer supported. We strongly recommend upgrading to v1.122.1 to continue receiving critical updates.

More information about LTS releases:

#

https://docs.victoriametrics.com/victoriametrics/lts-releases/

Update notes for versions 1.111-1.122:

#

VictoriaMetrics Single-node and vmstorage in VictoriaMetrics cluster

#

The -snapshotsMaxAge flag default has been changed to 3d. This enables automatic deletion of snapshots older than 3 days. If you want to keep the previous behavior (never automatically deleting snapshots), please set -snapshotsMaxAge=0.
See GitHub issue #9344 for details

Full changelog for v1.122.0

vmagent

#

The -retryMaxTime flag has been deprecated. Please use -retryMaxInterval flag instead.
See GitHub issue #9169 for more details

Full changelog for v1.121.0

Stable tag for Docker images will no longer be updated

#

You need to use specific version tags for docker images to continue receiving updates.
See GitHub issue #7336 for more details

Full changelog for v1.117.1

Updated the RPC cluster protocol version for the TSDB status API

#

Calls to /api/v1/status/tsdb may temporarily fail until vmstorage and vmselect are updated to the same version.

Full changelog for v1.116.0

vmagent data distribution changed

#

vmagent’s data distribution algorithm of remote write is changed from round-robin to consistent hashing when -remoteWrite.shardByURL is enabled. This means vmagents with -remoteWrite.shardByURL will re-shard series after the upgrade, which may result in temporary higher churn rate and memory usage on remote destinations.
See GitHub issue #8546 for more details

Full changelog for v1.116.0

Metric vm_mmaped_files renamed

#

Metric vm_mmaped_files was renamed to vm_mmapped_files to fix the typo in word mmapped.

Full changelog for v1.114.0

IPv6 addresses fix for VictoriaMetrics Single-node & vmagent

#

VictoriaMetrics Single-node and vmagent include a fix which enforces IPv6 addresses escaping for containers discovered with Kubernetes service discovery and role: pods which do not have exposed ports defined. This means that addresses for these containers will always be wrapped in square brackets. This might affect some relabeling rules which were relying on previous behaviour.

Full changelog for v1.113.0

vmalert disallows using time-buckets stats pipe

#

vmalert disallows using time-buckets stats pipe in alerting or recording rules with VictoriaLogs as datasource. Time buckets used with stats query API may produce unexpected results for users and result in cardinality issues.

Full changelog for v1.113.0

vmalert disallows specifying eval_offset and eval_delay options

#

vmalert disallows specifying eval_offset and eval_delay options in the same group. The eval_offset option ensures the group is evaluated at the exact offset in the range of [0…interval]. However, with eval_delay, this behavior cannot be guaranteed without further adjusting the evaluation time, which could lead to more confusion.

Single-node VictoriaMetrics and vmstorage stop exposing vm_index_search_duration_seconds histogram metric

#

This metric records time spent on search operations in the index. It was introduced in v1.56.0. However, this metric was used neither in dashboards nor in alerting rules. It also has high cardinality because index search operations latency can differ by 3 orders of magnitude. Hence, dropping it as unused.

Full changelog for v1.111.0

Update notes for VictoriaMetrics Enterprise

#

All the VictoriaMetrics Enterprise components

#

-eula command-line flag is skipped when validating the VictoriaMetrics Enterprise license. Instead, the -license or -licenseFile command-line flags must be used to provide a valid license key.
See these docs for configuration examples

Full changelog for v1.122.0

Full changelog:

#

https://docs.victoriametrics.com/victoriametrics/changelog/

Please note

#

Security patches are only guaranteed in LTS lines (Enterprise) or in the latest open source release.

If you’re using the open source version, be advised to regularly upgrade VictoriaMetrics products to their latest available releases.

To learn more about LTS releases for the Enterprise versions of VictoriaMetrics, get in touch.

If you have any questions or need assistance, feel free to reach out to our team in our public Slack channel.