prometheus-cowboy
prometheus-cowboy copied to clipboard
build with erlang.mk
trafficstars
I justa dded the http handler to the erlang.mk deps file and got the following issue:
{"init terminating in do_boot",{function_clause,[{code,load_file,[{rebar3_archive_plugin,"0.0.1"}],[{file,"code.erl"},{line,144}]},{erl_eval,do_apply,6,[{file,"erl_eval.erl"},{line,670}]},{erl_eval,expr,5,[{file,"erl_eval.erl"},{line,269}]},{erl_eval,eval_lc1,6,[{file,"erl_eval.erl"},{line,696}]},{erl_eval,eval_generate,7,[{file,"erl_eval.erl"},{line,725}]},{erl_eval,eval_lc,6,[{file,"erl_eval.erl"},{line,682}]},{erl_eval,exprs,5,[{file,"erl_eval.erl"},{line,122}]},{init,start_it,1,[]}]}}
init terminating in do_boot ()
Any idea how to fix it?