voxoz / mtx

✏ MTX: Metrics Client

Home Page:http://synrc.github.io/mtx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

✏ MTX: Metrics Client

http://synrc.github.io/mtx

License:Other


Languages

Language:Erlang 87.9%Language:Elixir 12.1%