prom_ex VS elixir_prom_ex_example

Compare prom_ex vs elixir_prom_ex_example and see what are their differences.

prom_ex

An Elixir Prometheus metrics collection library built on top of Telemetry with accompanying Grafana dashboards (by akoutmos)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
prom_ex elixir_prom_ex_example
1 1
566 4
- -
5.1 4.2
about 1 month ago almost 3 years ago
Elixir Elixir
MIT License -
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.

prom_ex

Posts with mentions or reviews of prom_ex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-29.
  • Monitoring Elixir Apps on Fly.io With Prometheus and PromEx
    4 projects | dev.to | 29 Jun 2021
    This post is about another cool Fly.io feature --- built-in Prometheus metrics --- and how easy it is to take advantage of them in an Elixir application. I wrote and maintain an Elixir library, PromEx, that makes it a snap to export all sorts of metrics from your Elixir applications and get them on dashboards in Grafana. Let's explore some of the concepts surrounding Prometheus and see how we can leverage the Fly.io monitoring tools in an Elixir application to get slick looking dashboards like this one:

elixir_prom_ex_example

Posts with mentions or reviews of elixir_prom_ex_example. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-29.
  • Monitoring Elixir Apps on Fly.io With Prometheus and PromEx
    4 projects | dev.to | 29 Jun 2021
    Managing, configuring and administering your own Prometheus instance can be a bit of a tall order if you have never worked with Prometheus before. Fortunately, all you need to do to enable Prometheus metrics for your application is add a couple of lines to your fly.toml manifest file. All Fly.io needs to know is what port and path your metrics will be available at. For the TODO List Elixir application for example, the following configuration was all that was needed:

What are some alternatives?

When comparing prom_ex and elixir_prom_ex_example you can also consider the following projects:

prometheus.ex - Prometheus.io Elixir client

grafana - Run Grafana on Fly

agent - Vendor-neutral programmable observability pipelines.

prometheus-ecto - Prometheus.io collector for Elixir.Ecto

Alchemetrics - Elixir metrics reporter and collector

instruments - Simple and Fast metrics for Elixir

prometheus - Prometheus.io client in Erlang

prometheus-phoenix - Prometheus.io Phoenix instrumenter

prometheus_process_collector - Prometheus.io process collector in Erlang

newrelic.ex - NewRelic agent for Elixir