Source: erlang-folsom Maintainer: Debian Erlang Packagers Uploaders: Taku YASUI , Nobuhiro Iwamatsu Section: devel Priority: optional Standards-Version: 4.1.4 Homepage: https://github.com/boundary/folsom Vcs-Browser: https://salsa.debian.org/erlang-team/packages/erlang-folsom Vcs-Git: https://salsa.debian.org/erlang-team/packages/erlang-folsom.git Build-Depends: debhelper (>= 11), dpkg-dev (>= 1.16.1~), erlang-dev (>= 1:13.b.4), erlang-eunit, erlang-dialyzer, erlang-bear (>= 0.8.1), erlang-meck (>= 0.8.1), dh-rebar Package: erlang-folsom Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, erlang-base-hipe | erlang-base | ${erlang-abi:Depends}, ${erlang:Depends}, erlang-bear (>= 0.1.3), erlang-meck Enhances: 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. Package: erlang-folsom-dev Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, erlang-folsom (>= ${source:Version}) Enhances: 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. . This package includes erlang-folsom headers which are necessary to build Erlang applications which use erlang-folsom.