Operations | Monitoring | ITSM | DevOps | Cloud

Monitoring

The latest News and Information on Monitoring for Websites, Applications, APIs, Infrastructure, and other technologies.

Finding and fixing N+1 queries in Django apps

The Django ORM makes it easy to fetch data, but there's a downside: it's easy to write inefficient queries as the number of records in your database grows. One area where the ease of writing queries can bite is you is with N+1 queries. Expensive N+1 queries go undiscovered in small development databases. Finding expensive N+1 queries is an area where Scout is particularly helpful.

Introducing Dashboard Widgets

This morning we launched a new update for the RapidSpike App. This update includes a totally new Dashboard experience for our users. Our old dashboard – or “Home” screen – featured a number of fairly static graphs and charts showing your account usage. We felt that this screen was badly in need of an update to show off the cool and exciting facts and figures RapidSpike can generate.

7 Common Web Application Performance Problems (and How to Solve Them)

One of the cornerstones of a successful business in today’s digital environment is ensuring that web application performance is user-friendly and runs smoothly. A well-oiled website and its applications represent the face of a company, and in an ideal scenario, they serve as a mark of reliability, innovation, and progress.

How to Build a World Class Monitoring Strategy

IT leaders agree that performance monitoring is absolutely critical to their success, yet the design and execution of a monitoring strategy can often be an afterthought. During this webinar, LogicMonitor and AWS will present the key components of a world-class performance monitoring strategy, along with a framework to improve monitoring effectiveness.

OpenTracing: Zipkin as Distributed Tracer

In part one of the OpenTracing blog series we provided a good OpenTracing overview, explaining what OpenTracing is and does, how it works and what it aims to achieve. One of the key aspects of OpenTracing is that it is vendor neutral, and also that OpenTracing is just a specification. In order to instrument an application via OpenTracing API, it’s necessary to have an OpenTracing-compatible tracer correctly deployed and listening for incoming span requests.

Skylight Agent 2.0 Released

Today, we released version 2.0 of the Skylight Agent. 2.0 doesn't introduce any new APIs, but we did rewrite the SQL Lexer to support more varieties of queries. We also spent a lot of time on internal refactoring and improved our error logging. Since we follow semantic versioning, we also took the opportunity to drop support for some older dependencies and environments. Read on for more information about upgrading as well as some technical details on our internal changes.

How Much Downtime is Acceptable?

Downtime occurs. It's an unfortunate fact of online life. No website is able to provide 100% uptime - even tech giants like Google suffer downtime, albeit very occasionally. So, some amount of downtime is inevitable, but how much is acceptable? This question is obviously subjective - downtime that's acceptable for one person may be intolerable for another. Therefore, we undertook a little research...