Packages

An Elixir Plug to collect statistics in your application and send them to your favorite backend.

Current section

Files

Jump to
stats_plug lib plug backend_behaviour.ex
Raw

lib/plug/backend_behaviour.ex

defmodule Glia.StatsPlug.Behaviours.Backend do
@callback histogram(String.t(), Integer.t(), list(Keyword.t())) :: none()
end