deadtrickster / prometheus.erl

Prometheus.io client in Erlang
MIT License
341 stars 117 forks source link

Support OTP26 #154

Open meox opened 1 year ago

meox commented 1 year ago

See: https://github.com/erlang/otp/issues/6916

essen commented 1 year ago

There's no init:halt/0 function. It's not a problem to call init:stop/0 either. The problem is that the -s should be after the -eval, not before.