Current section

Files

Jump to
metrex lib hooks default.ex
Raw

lib/hooks/default.ex

defmodule Metrex.Hook.Default do
@moduledoc """
Default hooks for init and exit states of metrics
"""
@doc false
use Metrex.Hook
end