compliance VS VictoriaMetrics

Compare compliance vs VictoriaMetrics and see what are their differences.

compliance

A set of tests to check compliance with various Prometheus interfaces (by prometheus)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
compliance VictoriaMetrics
2 97
120 10,963
0.0% 2.9%
0.0 9.9
about 1 year 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.

compliance

Posts with mentions or reviews of compliance. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-09.
  • Monitoring Microservices with Prometheus and Grafana
    9 projects | news.ycombinator.com | 9 Dec 2022
    Scrape is typically just how people get started and works well for small and medium things, it gets you a long way before you need to consider it.

    Prometheus remote_write is what people graduate to, this gets you the rest of the way, and you are correct it's less PITA at scale.

    If you're looking for retention your choices are large, there's Cortex (CNCF), Mimir (most Cortex work moved here), Thanos, VictoriaMetrics, TimeScale, Chronosphere, and many others.

    All seek to do a similar thing from a distance, they all store metrics (likely from Prometheus) and allow retention and some variety of how to query it (if you want SQL you got it, if you want non-standard functions you go it, if your reads are more important than your writes you got it, if you need a billion active series you got it, etc).

    If what you want is "Prometheus but bigger" then the Prometheus project provides a compliance suite that you can run to help you evaluate your options: https://github.com/prometheus/compliance

    I work for Grafana Labs, and we have maintainers working for us who have touched Prometheus, Thanos, Cortex and Mimir. Mimir is currently the largest investment we have https://github.com/grafana/mimir and it is 100% compliant with Prometheus (though that is about to be temporarily untrue as Native Histograms is landing in Prometheus soon https://github.com/prometheus/prometheus/milestone/10 and we'll need to add a perfectly compliant support to Mimir to get back to being compliant).

  • New managed Prometheus
    1 project | /r/PrometheusMonitoring | 17 Sep 2021
    This sounds great. Are you aware that we are launching the Prometheus compliance progam? You might be interested: https://github.com/cncf/prometheus-conformance

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...