dnsimple / erldns

DNS server, in Erlang.
MIT License
398 stars 98 forks source link

Fire an event if the handler errors and send metrics #98

Closed aeden closed 4 years ago

aeden commented 4 years ago

When an error occurs in the safe handler, it now sends an OTP event. The default erldns event handler for the event now logs the error and increments a counter and sends a meter value.

aeden commented 4 years ago

Closing in favor of https://github.com/dnsimple/erldns/pull/98 as the scope is had grown.