VictoriaLogs is GA - Try it out now!
The VictoriaMetrics Observability News And Blogs
Read Our Technical & Business Content on Monitoring Solutions & Time Series Databases
Tag:

High-Availability

When Metrics Meet vminsert: A Data-Delivery Story

by Phuong Le on Dec 27, 2024

vminsert acts as a gateway for incoming monitoring data. It receives data in different formats, processes it by parsing and adjusting labels, then uses memory buffers to send this data to storage nodes. It’s smart enough to always send the same type of data to the same storage node and can redirect data if a node isn’t working properly.

Read

How vmstorage Turns Raw Metrics into Organized History

by Phuong Le on Dec 6, 2024

This article walks through how data flows from collection to storage, explaining how vmstorage processes incoming metrics, assigns unique IDs to time series, and organizes everything into different types of storage parts. The whole system is pretty clever - it uses in-memory buffers for speed, smart compression to save space, and has various watchdogs keeping an eye on things like disk space and data retention.

Read

How vmagent Collects and Ships Metrics Fast with Aggregation, Deduplication, and More

by Phuong Le on Nov 15, 2024

VictoriaMetrics agent, or vmagent, is a lightweight tool designed to gather metrics from a number of different sources. Once it pulls in all those metrics, vmagent lets you ‘design’ them (through ‘relabeling’) or filter them down (doing things like reducing cardinality, stream aggregation, deduplication, and so on) before shipping them off to wherever you want to store them.

Read

How to Choose a Scalable Open Source Time Series Database: The Cost of Scale

by Jean-Jerome Schmidt-Soisson / Roman Khavronenko on May 16, 2022

When looking for a most scalable open source time series database, what are the criteria to care about? Read this blog to get our recommendations.

Read

vmagent High-Availability Examples

by Yurii Kravets on May 10, 2022

Three examples of vmagent high-availability setup for pull and push models

Read

Watch Your Monitoring SkyRocket With VictoriaMetrics!