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

推荐订阅源

宝玉的分享
宝玉的分享
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MyScale Blog
MyScale Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
S
SegmentFault 最新的问题
Y
Y Combinator Blog
月光博客
月光博客
IT之家
IT之家
T
Tailwind CSS Blog
Last Week in AI
Last Week in AI
L
LangChain Blog
博客园_首页
MongoDB | Blog
MongoDB | Blog
P
Proofpoint News Feed
博客园 - Franky
WordPress大学
WordPress大学
云风的 BLOG
云风的 BLOG
M
MIT News - Artificial intelligence
V
Visual Studio Blog
小众软件
小众软件
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
N
Netflix TechBlog - Medium

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
Find Out Why Dig Security Chose VictoriaMetrics!
2001-01-01 · via VictoriaMetrics: Simple & Reliable Monitoring for Everyone on VictoriaMetrics

“Amazing speed, easy to use, easy to set-up, cost effective, highly recommended!”

Dig Security logo

  • Cloud Security
  • Israel

Dig Security is a cloud data security startup of 50+ employees that provides real-time visibility, control, and protection of data assets.

Main benefits of using VictoriaMetrics

  • Rocket icon representing cost-effective savings

    Cost-effective: Savings of $5K / month

  • Database icon representing storage efficiency

    Storage efficiency

  • Expert support icon representing community support

    Support with a great community

  • Easy to use, maintain, and manage retention
  • Consistent monitoring infrastructure for each cluster across multiple regions and clouds
  • The ability to handle billions of time series events at any point of time
  • Secure communication and data storage
  • Multiple K8s clusters to monitor

Challenge

We started with a Prometheus server on EKS. That worked until it didn't. We then spent time scaling it, maintaining it, throwing more $ at it, until we stumbled across VictoriaMetrics.

What we looked for:

  • Reducing costs by not using a managed solution of one of the big clouds
  • Support HA / High Availability & fast recovery
  • No downtime
  • Having our main Prometheus using too much RAM and causing too many restarts

Solution

With VictoriaMetrics we found the following solution:

  • The API is compatible with Prometheus & all standard PromQL queries work well out of the box
  • Handles storage well
  • Available to use in Grafana easily
  • Single & small executable
  • Easy & fast backups
  • Better benchmarks than all the competitors
  • Open source & maintained with good community

Why VictoriaMetrics Was Chosen Over Other Solutions

Next up

“Collect more and more metrics, we will grow lots more still to-do”

Technical Stats

  • Median memory usage during the last 24h

    sum(median_over_time(process_resident_memory_bytes[24h]))

    11810058240

  • The average number of cpu cores used during the last 24h

    sum(rate(process_cpu_seconds_total[24h]))

    6

  • The maximum number of active time series during the last 24 hours

    sum(max_over_time(vm_cache_entries{type="storage/hour_metric_ids"}[24h]))

    105385942

  • Daily time series churn rate

    sum(increase(vm_new_timeseries_created_total[24h]))

    21387174

  • The average ingestion rate over the last 24h

    sum(rate(vm_rows_inserted_total[24h]))

    153659

  • The total number of datapoints

    sum(vm_rows{type=~"storage/.+"})

    226842200313

  • The total number of entries in inverted index

    sum(vm_rows{type="indexdb"}))

    18795635692

  • Data size on disk

    sum(vm_data_size_bytes{type=~"storage/.+"})

    290057995509

  • Index size on disk:

    sum(vm_data_size_bytes{type="indexdb"})

    686073579091

  • The average datapoint size on disk

    sum(vm_data_size_bytes) / sum(vm_rows{type=~"storage/.+"})

    3.9

  • The average range query rate over the last 24h

    sum(rate(vm_http_requests_total{path=~".*/api/v1/query_range"}[24h]))

    1.45