Popularity
3.5
Declining
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.

Do you think we are missing an alternative of mtx or a related project?

Add another 'Statistics' Package

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