How to Install erlang-folsom-dev in Ubuntu 18.04



Install erlang-folsom-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install erlang-folsom-dev

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.

Homepage: https://github.com/boundary/folsom

Version: 0.8.2+dfsg-1

Section: universe/devel