Packages

Track metrics for your plug requests.

Current section

Files

Jump to
plug_metrics lib plug_metrics.ex
Raw

lib/plug_metrics.ex

defmodule PlugMetrics do
@moduledoc """
Documentation for PlugMetrics.
"""
@doc """
Hello world.
## Examples
iex> PlugMetrics.hello
:world
"""
def hello do
:world
end
end