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

推荐订阅源

罗磊的独立博客
Martin Fowler
Martin Fowler
J
Java Code Geeks
The GitHub Blog
The GitHub Blog
C
Check Point Blog
H
Help Net Security
Google DeepMind News
Google DeepMind News
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
P
Proofpoint News Feed
V
Visual Studio Blog
Stack Overflow Blog
Stack Overflow Blog
雷峰网
雷峰网
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Vercel News
Vercel News
S
SegmentFault 最新的问题
L
LangChain Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The Cloudflare Blog
Hugging Face - Blog
Hugging Face - Blog
有赞技术团队
有赞技术团队
博客园_首页
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏

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 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 Upcoming Conferences & Meetups: Where to Meet Our Team
Our latest updates across the VictoriaMetrics Observabili...
Denys Holius · 2025-12-01 · via VictoriaMetrics: Simple & Reliable Monitoring for Everyone on VictoriaMetrics

Our latest updates across the VictoriaMetrics Observability ecosystem

We’re excited to announce a set of updates across the entire VictoriaMetrics open source products suite — including VictoriaMetrics, VictoriaLogs, VictoriaTraces, the VictoriaMetrics Kubernetes Operator. These improvements bring better performance, stronger security, enhanced metadata visibility, and a smoother experience when running observability at scale.

#

The latest VictoriaMetrics releases introduce major enhancements across some of its core components: vmagent, vmalert, vmctl, as well as their toolset.

New in v1.130.0:

  • Metric metadata support (Prometheus-compatible API)
    VictoriaMetrics can now scrape and store metadata using vmsingle or vmagent and expose it via /api/v1/metadata. Enable it with -enableMetadata=true across vmsingle, vmagent, and vminsert.
  • Namespace metadata for Kubernetes targets
    vmagent now can attach namespace metadata to discovered pods, services, endpoints, and more allowing richer filtering and discovery rules.
  • VMUI improvements
    The VictoriaMetrics UI is now faster and more intuitive.
  • Better alert templating behavior in vmalert
    Templating errors now surface as annotation values while alerts continue to be generated, aligning with Prometheus behavior.

Highlights from v1.129.0:

  • vmalert
    • Faster startup for groups with long intervals.
    • New now template function for easier time calculations.
    • Added support for alert_relabel_configs per notifier.
    • Fixed UI search and HTML formatting in annotations.
  • vmctl improvements including multiple --remote-read-filter-label flags.
    This is useful in order to narrow down the data being migrated by using more precise filters.
  • Improved performance for stream aggregation in vmagent with multiple rules. Push operation could utilize all CPU cores now.
  • Load balancing fixes in vmauth (3% -> 0.04% deviation).
  • s390x builds added for Linux.
  • New /remotewrite-* endpoints for relabel config inspection.

VictoriaLogs v1.38.0 — Security & Operational Intelligence Enhancements

#

New Features

  • Log deletion via HTTP API
    Enables GDPR-compliant deletion of stored logs. Intended for rare but critical actions such as data-breach cleanup or regulatory enforcement.
  • Per-query redaction of sensitive fields
    Platform owners can hide specific fields (emails, credentials, SSNs, etc.) for some users while full data remains visible to authorized ones — essential for managed platforms and multi-tenant deployments.
  • Slow query detection
    VictoriaLogs now supports slow query detection and automatically logs queries that exceed the configured execution time thresholds. This helps investigate, optimize slow queries and understand which queries cause long durations or spikes in CPU or memory usage.

Check out the full Changelog for this release!

VictoriaTraces v0.5.0 — OTLP/gRPC Support for Tracing Pipelines

#

VictoriaTraces now includes better compatibility with modern tracing infrastructures.

Key Feature

  • OTLP/gRPC ingestion for both single-node and cluster deployments Requires -otlpGRPCListenAddr on VictoriaTraces or vtinsert. This simplifies ingestion from OpenTelemetry SDKs and collectors.

This update makes adopting VictoriaTraces easier for teams standardizing on OpenTelemetry.

Speaking of gRPC, Zhu Jiekun published an article in which he revealed in more detail how support for OTLP/gRPC in the HTTP/2 + easyproto way was added to VictoriaTraces.

VictoriaMetrics Kubernetes Operator — VictoriaLogs and VictoriaTraces support

#

v0.63.0 major update

  • This is a very significant release in that the operator now supports VictoriaLogs and VictoriaTraces in both Single Node and Cluster-based versions.

v0.65.0 — Better Prometheus-Operator Compatibility

  • scrapeClass & scrapeClassName support across VM*Scrape objects
    Added to VMServiceScrape, VMPodScrape, VMProbe, VMScrapeConfig, VMStaticScrape, and VMNodeScrape. This enhancement smooths migration paths for users switching from Prometheus Operator to VictoriaMetrics.

What’s Next

#

Across the VictoriaMetrics ecosystem, we continue working on:

  • Deeper cross-linking between metrics, logs, and traces
  • Further metadata improvements
  • Enhanced performance for large ingest pipelines
  • Improved security and compliance tooling

Thank you for choosing VictoriaMetrics — and stay tuned for more updates!

You might also like: