Python Forum
Exception capture, logging and grouping services
Poll: Do you use an exception grouping service like Trakerr.IO or Airbrake.IO?
You do not have permission to vote in this poll.
Yes, I use a service
20.00%
1 20.00%
No but it looks interesting
0%
0 0%
No
80.00%
4 80.00%
Total 5 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 3 Vote(s) - 2.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Exception capture, logging and grouping services
#4
(Jul-11-2017, 06:22 PM)caxis Wrote: Thanks for the response.

I had taken a look at Sentry earlier and while it seemed great at first, it's primarily targeting errors. Trakerr helped me find performance issues with database issues too as you can pass in the milliseconds that a db call took along with other non-error logs.  I haven't looked at Flask but will take a look.

I am actually surprised by the number of developers who do not use an error or performance tracking tool in production. Given that verbose logging is very prohibitive in terms of cost and performance, the only fallback to catching major issues in production appears to be using some real-time metrics + error capturing technology.

There is a good reason to that, it's not part of the specs. The people who write the specs rarely consider the maintenance/control/operations side of things. For them it's a given.
Unless noted otherwise, code in my posts should be understood as "coding suggestions", and its use may require more neurones than the two necessary for Ctrl-C/Ctrl-V.
Your one-stop place for all your GIMP needs: gimp-forum.net
Reply


Messages In This Thread
RE: Exception capture, logging and grouping services - by Ofnuts - Jul-12-2017, 11:05 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020