Elixir Metrics

Open-source Elixir projects categorized as Metrics

Top 10 Elixir Metric Projects

  • Plausible Analytics

    Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.

  • Project mention: Time Series Analysis of Plausible Data | dev.to | 2024-05-21

    # Function to get Plausible Analytics timeseries data def get_plausible_timeseries_data(): # Calculate the date range for the last 90 days date_to = datetime.today().strftime('%Y-%m-%d') date_from = (datetime.today() - timedelta(days=90)).strftime('%Y-%m-%d') # Setting the metrics we want to look at metrics='visitors,pageviews' # Actually pulling the data we want url = f"https://plausible.io/api/v1/stats/timeseries?site_id={site_id}&period=custom&date={date_from},{date_to}&metrics={metrics}" headers = { "Authorization": f"Bearer {api_key}" } response = requests.get(url, headers=headers) data = response.json() # Putting the data into a dataframe we can use for analysis results = data['results'] df = pd.DataFrame(results) # Adjusting the date field so we can avoid future warnings and be more accurate df['date'] = pd.to_datetime(df['date']) return df

  • phoenix_live_dashboard

    Realtime dashboard with metrics, request logging, plus storage, OS and VM insights

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

    InfluxDB logo
  • Wobserver

    Web based metrics, monitoring, and observer

  • elixometer

    A light Elixir wrapper around exometer.

  • prometheus.ex

    Prometheus.io Elixir client

  • statix

    Fast and reliable Elixir client for StatsD-compatible servers (by lexmag)

  • chaperon

    HTTP Service Performance & Load Testing Framework

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • metrix

    Elixir library to log custom application metrics, in a well-structured, human and machine readable format, for use by downstream log processing systems (Librato, Reimann, etc...)

  • Alchemetrics

    Elixir metrics reporter and collector

  • ecto_sqlite3_extras

    Helpful queries and Phoenix Live Dashboard integration for SQLite. Must-have for SQLite-powered Elixir projects.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Elixir Metrics related posts

  • The next release of Live Dashboard will have SQLite support

    4 projects | /r/elixir | 11 Feb 2023
  • Please guys I'm trying my best ok

    1 project | /r/ProgrammerHumor | 12 Oct 2022
  • Using Profiling in Elixir to Improve Performance

    2 projects | dev.to | 3 May 2022
  • Why SOLID may be useful for you in Elixir

    5 projects | dev.to | 26 Apr 2021
  • Are there any other frameworks that come with a built in admin panel?

    2 projects | /r/django | 19 Jan 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 1 Jun 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Metric projects in Elixir? This list will help you:

Project Stars
1 Plausible Analytics 18,666
2 phoenix_live_dashboard 1,941
3 Wobserver 928
4 elixometer 827
5 prometheus.ex 403
6 statix 276
7 chaperon 134
8 metrix 51
9 Alchemetrics 35
10 ecto_sqlite3_extras 28

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com