TNS
VOXPOP
How has the recent turmoil within the OpenAI offices changed your plans to use GPT in a business process or product in 2024?
Increased uncertainty means we are more likely to evaluate alternative AI chatbots and LLMs.
0%
No change in plans, though we will keep an eye on the situation.
0%
With Sam Altman back in charge, we are more likely to go all-in with GPT and LLMs.
0%
What recent turmoil?
0%
Observability

Why You Must Keep Error Monitoring Close to Your Code 

May 11th, 2020 5:00pm by and
Featued image for: Why You Must Keep Error Monitoring Close to Your Code 
Feature image via Unsplash.

Rare is the DevOps team that has the bandwidth to manually parse through and prioritize what needs to be fixed among what can number hundreds, if not millions, of application-error alerts. This includes distinguishing between minor glitches and those errors that can bring to a screeching halt an organization’s capacity to meet its customers’ needs and expectations.

A viable error-monitoring system should, ideally, automate the communication of error data in a way that indicates what must be done to make a fix.

The error alerts users receive must be “actionable,” Ben Vinegar, vice president of engineering, for error-tracking software company Sentry, said. “That’s also really hard problem” to solve, Vinegar said.


Why Error Monitoring Must Be Close To Your Code Path w/ Ben Vinegar from Sentry

The system must also cover a wide range of data types and code. Error monitoring is not worth much if it can only communicate errors on JavaScript servers, while many of your other applications are running on Python.

In other words, error monitoring must also be code-centric.

In this episode of The New Stack Makers podcast, Vinegar discusses what error monitoring means today and how, among different versions of monitoring, detecting errors has emerged as a critical capability for organizations today.

In the early days of error monitoring, a software product might have indicated “‘hey, you’re running a web server that is broken and it’s crashing,” Vinegar said. A more advanced type of system might consist of blindly rummaging through a Web server log file to see “if some sort of crash dump or stack trace was there,” Vinegar said. “A text file doesn’t really email you or send you a message when something is wrong,” Vinegar said. “You have to be really proactive and rigorous in periodically checking it.”

Today, in the case of Sentry, organizations can rely on error monitoring for applications for over 30 different programming languages. This means, after installing a client library for applications written in Python or JavaScript, for example, “you get something in your inbox or your Slack channel that says: ‘hey, there’s a problem right now. A user experience has triggered this code path that has caused an exception, and they’re not having a good time,” Vinegar said. “And this is as much information as possible for you to remedy it really quickly.”

Sentry’s offering reflects how error monitoring has “really expanded as a field,” Vinegar said. “Sentry is an open source, cross-project, error monitoring server stack, and it works really for every platform,” Vinegar said. “In those early days [error monitoring] was very platform-specific.”

Error monitoring should continue to evolve as well. Sentry is developing, for example, capabilities where we that extends far beyond just absorbing error data and begin to offer more precise statistical analysis. “An error can happen 100 times, it can happen 10,000 times, it can happen a million times. But depending on the percentage of what your overall traffic shape is for that endpoint, page or whatever, you don’t really know whether that’s bad or not,” Vinegar said.  “A million errors sounds really bad, but if you’re processing a billion transactions of an endpoint, maybe that’s not so bad. If 100 errors happen to 100 attempts at doing a checkout flow on an e-commerce site, that’s really bad and that’s gonna harm your business — so, being able to distinguish, relative to your overall traffic patterns is like a sort of a crucial next step and what we’re working on right now.”

Group Created with Sketch.
TNS owner Insight Partners is an investor in: Pragma, The New Stack.
THE NEW STACK UPDATE A newsletter digest of the week’s most important stories & analyses.