Popularity
3.4
Declining
Activity
0.0
Stable
19
3
5
Monthly Downloads: 3
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 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 -
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
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

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