VictoriaMetrics VS prometheus

Compare VictoriaMetrics vs prometheus and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
VictoriaMetrics prometheus
97 381
10,826 52,748
3.3% 1.6%
9.9 9.9
5 days ago 1 day ago
Go Go
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

VictoriaMetrics

Posts with mentions or reviews of VictoriaMetrics. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-03.
  • OpenTelemetry Is Too Complicated
    2 projects | news.ycombinator.com | 3 Apr 2024
    VictoriaMetrics CTO here.

    The referred library is the official OpenTelemetry package for reading metrics in Go language [1] - more details are available at [2].

    Note that we at VictoriaMetrics like the idea of unified observability standard like OpenTelemetry. The issue is in the current otel implementation. It is too bloated and very inefficient. This contradicts to our experience with observability cases, which need very optimized format for metrics' transfer in order to reduce costs on CPU and network traffic needed to transfer and process these metrics.

    VictoriaMetrics continues investing in OpenTelemetry by providing integration docs [3] and improving the existing functionality for otel metrics' ingestion [4].

    [1] https://github.com/open-telemetry/opentelemetry-proto-go

    [2] https://github.com/VictoriaMetrics/VictoriaMetrics/pull/2570...

    [3] https://docs.victoriametrics.com/guides/getting-started-with...

    [4] https://github.com/VictoriaMetrics/VictoriaMetrics/issues/60...

  • Observability at KubeCon + CloudNativeCon Europe 2024 in Paris
    7 projects | dev.to | 26 Mar 2024
    Victoria Metrics
  • All you need is Wide Events, not "Metrics, Logs and Traces"
    7 projects | news.ycombinator.com | 27 Feb 2024
  • Top 11 Grafana Alternatives in 2023
    4 projects | dev.to | 23 Oct 2023
    VictoriaMetrics is primarily a time-series database designed for efficiently storing and querying time-series data. It is often used as a back-end data store for time-series data generated by monitoring systems like Prometheus. VictoriaMetrics excels at handling large volumes of time-series data, offering efficient storage and query capabilities.
  • InfluxDB CTO: Why We Moved from Go to Rust
    5 projects | news.ycombinator.com | 1 Oct 2023
    Not sure I follow since there are very competitive tools written in Go such as https://victoriametrics.com for an example in this space.
  • μMon: Stupid simple monitoring
    12 projects | news.ycombinator.com | 24 Sep 2023
    Did you try VictoriaMetrics [1] and vmagent [2]? It is a single self-contained binary without external dependencies. It requires relatively low amounts of CPU, RAM, disk space and disk IO, and it runs on ARM.

    [1] https://github.com/VictoriaMetrics/VictoriaMetrics/

    [2] https://docs.victoriametrics.com/vmagent.html

  • CERN swaps out databases to feed its petabyte-a-day habit
    2 projects | news.ycombinator.com | 21 Sep 2023
    https://github.com/VictoriaMetrics/VictoriaMetrics#cardinali...

    If I understanding correctly, it deal with high cardinality by dropping data, the operators need to monitor for this and adjust their data to lower the cardinality.

  • Prometheus Observability Platform: Intro
    4 projects | dev.to | 14 Sep 2023
    VictoriaMetrics
  • VictoriaMetrics VS openobserve - a user suggested alternative
    2 projects | 30 Aug 2023
  • OpenTelemetry in 2023
    36 projects | news.ycombinator.com | 28 Aug 2023
    You shouldn't unless you want to use the new open source standard for telemetry. You won't benefit from simplicity or performance improvements. It would be quite the opposite. You can check what is the actual cost of open telemetry adoption here [0]

    But if you ever decide to go this path - VictoriaMetrics supports OpenTelemetry protocol for metrics [1]

    [0] https://github.com/VictoriaMetrics/VictoriaMetrics/pull/2570

    [1] https://docs.victoriametrics.com/Single-server-VictoriaMetri...

prometheus

Posts with mentions or reviews of prometheus. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-12.
  • Fivefold Slower Compared to Go? Optimizing Rust's Protobuf Decoding Performance
    10 projects | news.ycombinator.com | 12 Apr 2024
    WriteRequest::timeseries is a vector (https://github.com/prometheus/prometheus/blob/main/prompb/re...) and
  • Tools for frontend monitoring with Prometheus
    6 projects | dev.to | 9 Apr 2024
    Developers widely use Prometheus as a system for operational monitoring and alerting for their projects. Here is a list of tools for monitoring frontend services with Prometheus.
  • The power of the CLI with Golang and Cobra CLI
    9 projects | dev.to | 6 Apr 2024
    Just to give an example of the power of Go for CLI builds, you may have already used or at least heard of Docker, Kubernetes, Prometheus, Terraform, but what do they all have in common? They all have a large part of their usability via CLI and are developed in Go 🐿.
  • On Implementation of Distributed Protocols
    23 projects | dev.to | 5 Apr 2024
    Distributed system administrators need mechanisms and tools for monitoring individual nodes in order to analyze the system and promptly detect anomalies. Developers also need effective mechanisms for analyzing, diagnosing issues, and identifying bugs in protocol implementations. Logging, tracing, and collecting metrics are common observability techniques to allow monitoring and obtaining diagnostic information from the system; most of the explored code bases use these techniques. OpenTelemetry and Prometheus are popular open-source monitoring solutions, which are used in many of the explored code bases.
  • Golang: out-of-box backpressure handling with gRPC, proven by a Grafana dashboard
    4 projects | dev.to | 3 Apr 2024
    Setting up monitoring for a system, especially one involving GRPC communication, provides crucial visibility into its operations. In this guide, we walked through the steps to instrument both a GRPC server and client with Prometheus metrics, exposed those metrics via an HTTP endpoint, and visualized them using Grafana. The Docker-Compose setup simplified the deployment of both Prometheus and Grafana, ensuring a streamlined process.
  • Monitoring, Observability, and Telemetry Explained
    3 projects | dev.to | 2 Apr 2024
    Alerting and Notification: Select a tool with flexible alerting mechanisms to proactively detect anomalies or deviations from defined thresholds. Consider asking questions like "Does this tool offer customizable alerting options and support notification channels that suit our team's communication preferences?" A tool like Prometheus provides robust alerting capabilities.
  • Observability at KubeCon + CloudNativeCon Europe 2024 in Paris
    7 projects | dev.to | 26 Mar 2024
    Prometheus
  • Top 5 Docker Container Monitoring Tools in 2024
    1 project | dev.to | 24 Mar 2024
    Prometheus is an open-source monitoring and alerting toolkit. It is designed to monitor highly dynamic containerized systems, making it an excellent choice for monitoring Docker containers and Kubernetes clusters.
  • Install and Setup Grafana & Prometheus on Ubuntu 20.04 | 22.04/EC2
    1 project | dev.to | 14 Mar 2024
    wget https://github.com/prometheus/prometheus/releases/download/v2.46.0/prometheus-2.46.0.linux-amd64.tar.gz
  • 4 facets of API monitoring you should implement
    3 projects | dev.to | 2 Mar 2024
    Prometheus: Open-source monitoring system. Often used together with Grafana.

What are some alternatives?

When comparing VictoriaMetrics and prometheus you can also consider the following projects:

mimir - Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus.

metrics-server - Scalable and efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines.

thanos - Highly available Prometheus setup with long term storage capabilities. A CNCF Incubating project.

skywalking - APM, Application Performance Monitoring System

loki - Like Prometheus, but for logs.

Jolokia - JMX on Capsaicin

ClickHouse - ClickHouse® is a free analytics DBMS for big data

Telegraf - The plugin-driven server agent for collecting & reporting metrics.

InfluxDB - Scalable datastore for metrics, events, and real-time analytics

JavaMelody - JavaMelody : monitoring of JavaEE applications

Glowroot - Easy to use, very low overhead, Java APM