Exception Monitoring and Response
githubengineering.com
Exception Monitoring and Response
1–10 of 22 posts
Re: Exception Monitoring and Response
#2if I had to take a stab at it, I'd say a good place to start is some ELK platform. Seems like it has almost all of the right components to build something like this. Just curious if they have their apps directly feeding exceptions, or if they are slurping logs.
Re: Exception Monitoring and Response
#3For anyone looking to implement something like Haystack, definitely give Rollbar a look -- you'll find most of these capabilities there (and much more). And if any of the Haystack or GitHub devs have had a chance to play around with both, I'd be really interested to hear any feedback; drop me a line (email in profile).
Re: Exception Monitoring and Response
#4https://github.com/getsentry/sentry or hosted https://getsentry.com/
Re: Exception Monitoring and Response
#5well, disappoint.. show a shiny tool, then say how it took 6+ years to develop, and wont likely be open sourced. yes.. lot of us would like to implement something similar, just dont have the engineering resources to flush it out. if I had to take a stab at it, I'd say a good place to start is some ELK platform. Seems like it has almost all of the right components to build something like this. Just curious if they hav…
Re: Exception Monitoring and Response
#6Re: Exception Monitoring and Response
#7Our goal is to make dealing with errors so awesome that you'll want to get more of them. :)
Re: Exception Monitoring and Response
#8I have to chime in and offer up Honeybadger ( https://www.honeybadger.io ) as a hosted option for monitoring, since I'm a co-founder. :) Our goal is to make dealing with errors so awesome that you'll want to get more of them. :)
Re: Exception Monitoring and Response
#9I can recommend Sentry which is open source and works great since many years! https://github.com/getsentry/sentry or hosted https://getsentry.com/