Popularity
3.7
Stable
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 -
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
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
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