We could describe the uptime monitoring tools as very sophisticated PINGs.
These tools usually provide a series of servers across various cloud regions around the world that ping your endpoints (it could be your website, or APIs) and basically measure the response of your system by crossing all the infrastructures that typically separate your user from your application.
For example, thanks to one of these tools I found that some eastern regions of Asia experienced slow access to the Inspector dashboard, whose main data center is located in Frankfurt. Everything was ok inside my application. The problem was outside.
When I finally received the first tickets reporting this slowness in even reaching the dashboard I already knew the problem, and I had the opportunity to provide immediate support to users in the geographical areas affected by the issue. It wasn’t the customer’s report that made me discover the problem. Otherwise it would have taken days or even weeks to identify the problem and then resolve it.
Which is precisely what we want to avoid. Monitoring must help us to Anticipate problems and reduce or even completely avoid negative, and costly, impacts on customers.
Remember, for one user who reports a problem to you, there are dozens who simply abandon your product, and it could take years before you see them again.
Uptime Monitoring Tools Weaknesses
On the other hand, this type of tool is not helpful when your need is to know what’s happening inside your application.
If you receive a downtime notification caused not by external infrastructure, but by a technical problem within the application, the uptime monitoring tool notifies you about an HTTP 500 code received from your endpoint, but can’t tell you anything about what happened and in what part of the application.
View full video: https://www.youtube.com/watch?v=o8CqrWo5wW4
Fix Bugs On Autopilot
When an error occurr after a delivery cycle Inspector not only alerts you with a notification, but also creates a pull request on your GitHub repository to automatically fix the error.
Now you are able to release bug fixes after a few minutes the error occurred without human intervention in between. Learn more on the documentation.
Are you responsible for application development in your company? Monitor your software products with Inspector for free. You can fix bugs and bottlenecks in your code automatically, before your customers stumble onto the problem.
Register your account or learn more on the website: https://inspector.dev


