Package: wnpp Severity: wishlist Owner: Nobuhiro Iwamatsu <[email protected]>
* Package name : erlang-folsom Version : 0.7 Upstream Author : Joe Williams <[email protected]> * URL : https://github.com/boundary/folsom * License : Apache 2.0 Programming Lang: erlang Description : Erlang based metrics system inspired by Coda Hale's metrics Folsom is an Erlang based metrics system inspired by Coda Hale's metrics (https://github.com/codahale/metrics/). The metrics API's purpose is to collect realtime metrics from your Erlang applications and publish them via Erlang APIs and output plugins. folsom is *not* a persistent store. There are 6 types of metrics: counters, gauges, histograms (and timers), histories, meter_readers and meters. Metrics can be created, read and updated via the `folsom_metrics` module. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

