From ee647be2c701e7274f5af47e1a6b60e3997afb65 Mon Sep 17 00:00:00 2001 From: Matthew Vaishnav Date: Mon, 23 Mar 2026 13:36:54 -0400 Subject: [PATCH] Add VictoriaMetrics to Metrics & Metric Collection --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 577c366..42b4075 100644 --- a/README.md +++ b/README.md @@ -459,7 +459,7 @@ _Related: [Databases](#databases), [Monitoring](#monitoring)_ - [Statsd](https://github.com/etsy/statsd/) - Daemon that listens for statistics like counters and timers, sent over UDP or TCP, and sends aggregates to one or more pluggable backend services. `MIT` `Nodejs` - [tcollector](http://opentsdb.net/docs/build/html/user_guide/utilities/tcollector.html) - Gathers data from local collectors and pushes the data to OpenTSDB. ([Source Code](https://github.com/OpenTSDB/tcollector/)) `LGPL-3.0/GPL-3.0` `Python` - [Telegraf](https://github.com/influxdata/telegraf) - Plugin-driven server agent for collecting, processing, aggregating, and writing metrics. `MIT` `Go` - +- [VictoriaMetrics](https://victoriametrics.com/) - Fast, cost-effective time series database and monitoring solution; drop-in replacement for Prometheus with PromQL/MetricsQL support. ([Source Code (https://github.com/VictoriaMetrics/VictoriaMetrics)) `Apache-2.0` `Go` ### Miscellaneous