Popularity
3.7
Growing
Activity
0.0
Stable
19
4
4
Monthly Downloads: 0
Programming language: Erlang
License: MIT License
Tags:
Statistics
Latest version: v1.0.0
mtx alternatives and similar packages
Based on the "Statistics" category.
Alternatively, view mtx alternatives based on common mentions on social networks and blogs.
-
Plausible Analytics
Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics. -
numerix
A collection of useful mathematical functions in Elixir with a slant towards statistics, linear algebra and machine learning -
Emel
Turn data into functions! A simple and functional machine learning library written in elixir. -
Statistex
Calculate statistics on data sets, reusing previously calculated values or just all metrics at once. Part of the benchee library family. -
simple_stat_ex
Simple Stat Ex can be used to keep counters around hourly daily or other activity for an elixir project
Bot detection and prevention for Elixir/Phoenix applications
Paraxial.io is bot detection and prevention for Elixir/Phoenix applications. Dealing with scrapers, card cracking, or credential stuffing? We take care of that.
Promo
paraxial.io
Do you think we are missing an alternative of mtx or a related project?
README
Metrics Protocol
MTX supports front-end API for tracking Historgram, Meter, Counter, Gauge, Timing keys. Metrics protocols support various API backends:
- DataDog
- New Relic
- Librato
NewRelic and Librato will come later, sticked with Etsy statsd.
Usage
mtx:decrement("test.decrement", 1, 0.5).
mtx:increment("test.increment", 1, 0.5).
mtx:gauge("test.gauge", 333, 1.0).
mtx:timing("test.timing", 5, 0.5).
Credits
- Maxim Sokhatsky
- Vladimir Kirillov
OM A HUM