airbnb / nerve

A service registration daemon that performs health checks; companion to airbnb/synapse
MIT License
942 stars 151 forks source link

adding exception info to exported metrics #98

Closed juchem closed 6 years ago

juchem commented 6 years ago

While monitoring Nerve using the newly exported metrics we realized there's not enough information about the reported failures to help investigations. Adding exception name and message to the failure metrics should provide a big help with that.

Reviewers: @lap1817 @ken-experiment