rwdaigle / metrix

Elixir library to log custom application metrics, in a well-structured, human and machine readable format, for use by downstream log processing systems (Librato, Reimann, etc...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Internal Metrix GenServer timeout

objectuser opened this issue · comments

I encountered this error recently:

erlang error: {:timeout, {GenServer, :call, [Metrix.Modifiers, {:get, #Function<1.8908594/1 in Metrix.Modifiers.get_prefix/0>}, 5000]}}
gen_server.erl:812 :in `terminate`
proc_lib.erl:247 :in `init_p_do_apply`

Should Metrix timeout on calls like get_prefix?