metrics v0.1.1 API Reference
Modules
ExMetrics is a library for collecting StatsD metrics. It is built on top of statix
. By using Statix, the following functions
are injected into this module
The Elixir.ExMetrics.FunctionTimer module provides a way to easily time functions and send metrics to a StatsD server, with out having to manually time each function
The ExMetrics.Plug module provides a plug for capturing response times and sending those metrics to a StatsD server