lion VS prometheus-cpp

Compare lion vs prometheus-cpp and see what are their differences.

lion

Where Lions Roam: RISC-V on the VELDT (by standardsemiconductor)

prometheus-cpp

Prometheus Client Library for Modern C++ (by jupp0r)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
lion prometheus-cpp
10 4
242 869
0.8% -
4.3 8.0
about 2 months ago 27 days ago
Haskell C++
BSD 3-clause "New" or "Revised" License GNU General Public License v3.0 or later
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.

lion

Posts with mentions or reviews of lion. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-28.

prometheus-cpp

Posts with mentions or reviews of prometheus-cpp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-21.
  • C++ Concurrency Model on x86 for Dummies
    5 projects | news.ycombinator.com | 21 Aug 2022
    Rust does have some very cool mechanisms for safety, including in the presence of concurrency.

    But this thread is generating blowback from someone saying: “slow down there with the hand-rolled atomic operations, you can hand-roll your multi-threaded locking strategy and it’ll be way safer at a modest cost!”

    So, probably not the target audience for Rust ;)

    I use a lot of C++ still because there are libraries I want and I have a significant investment in existing code, but I’d love to get to something more modern.

    Hand-rolled atomics and load/store relaxation in application code make even seasoned C++ hackers a bit nervous: we saw this shit from business logic hackers at FB all the time and my colleague coined the term “aggressively intermediate” for the style.

    I don’t mean to pick on the author of a quite good library (and it is quite good), but I ran across this the other day:

    https://github.com/jupp0r/prometheus-cpp/blob/master/core/sr...

    It’s correct (I think, very easy to be wrong about this sort of thing), but what are we measuring here where we can’t delegate that CAS into pthread? Branch mispredictions?

    Either threads are fighting over whatever cache line that’s on (exclusive -> invalid -> exclusive -> invalid), or not. If they are, I’ve just deprived the scheduler of the opportunity to wake me up when the other 59 threads are done. If they’re not, I’ve maybe saved like one line in my L1.

    And in something like a metrics library, you could be wrong for a very long time before someone pinned it down.

  • Debugging/optimizing/diagnostic tools for C++
    2 projects | /r/cpp | 25 Apr 2022
    Some metric collecting tool, for example, Prometheus and its client library for C++
  • Data Telemetry for Application Monitoring
    2 projects | /r/QtFramework | 10 Sep 2021
    You can use https://github.com/jupp0r/prometheus-cpp (your custom data) in combination with https://grafana.com/ that has plugins for things like cpu usage.
  • Dashboard for my C++ application
    1 project | /r/cpp | 31 Aug 2021
    Grafana and Prometheus is what I’d use if you’re deploying this in Kubernetes. I haven’t used the C++ library, but generally you can just add a Prometheus client library (e.g. https://github.com/jupp0r/prometheus-cpp ) which makes it quite easy to instrument your application and expose metrics via HTTP. Then you need to configure Prometheus to scrape metrics from your application.

What are some alternatives?

When comparing lion and prometheus-cpp you can also consider the following projects:

riscv-formal - RISC-V Formal Verification Framework

icinga2 - The core of our monitoring platform with a powerful configuration language and REST API.

cocotb - cocotb, a coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python

skywalking - APM, Application Performance Monitoring System

atomic-story - Understanding how atomics and memory ordering work

Grafana - The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

VexRiscv - A FPGA friendly 32 bit RISC-V CPU implementation

mtail - extract internal monitoring data from application logs for collection in a timeseries database

libcxx - Project moved to: https://github.com/llvm/llvm-project

prometheus - The Prometheus monitoring system and time series database.

wit - WIT (Wikipedia-based Image Text) Dataset is a large multimodal multilingual dataset comprising 37M+ image-text sets with 11M+ unique images across 100+ languages.

bloaty - Bloaty: a size profiler for binaries