Operations | Monitoring | ITSM | DevOps | Cloud

APM

The latest News and Information on Application Performance Monitoring and related technologies.

APM correlations in Elastic Observability: Automatically identifying probable causes of slow or failed transactions

As a DevOps engineer or SRE, you are often faced with investigating complex problems — mysterious application performance issues that happen intermittently or to only certain portions of your application traffic — that impact your end users and potentially your company’s financial targets. Sifting through hundreds or even thousands of transactions and spans can be a lot of tedious, manual, and time consuming investigative work.

Swift Package Manager for Raygun4Apple

Raygun4Apple can now be added to your project using the newer Swift Package Manager, instead of Cocopods. Raygun4Apple provides Crash Reporting and Real User Monitoring for iOS, tvOS & macOS. Users of Raygun4Apple can now add it to their project by adding a reference to our GitHub repository. If you are not familiar with Swift, You might also want to check out Apple’s guide on how to add Swift packages in xcode first.

Retrace - Much More Than Your Average APM Tool

Finding the root cause of application performance issues is the crux of every app troubleshooting exercise. So why don’t more APM tools provide great root cause analysis? The trouble is – pun intended – the cause of a slow application can come from different sources, many outside the application itself. So APM tools that focus on the ‘A’ may never truly find the root cause.

Augmenting APM with InfluxDB for Faster Issue Resolution

An enterprise IT company hosted a large industry event that drew attendees from all around the globe, including key technology leaders. Organizers knew that their IT offerings needed to be top notch to ensure attendees were happy when it came to event experience. The event application allowed attendees to browse and register for sessions at the event. So, organizers needed to be able to identify issues in real-time and fix them quickly.

Logs Management made available in the latest release, podcasts, office hours & more - SigNal 16

Welcome back to our monthly product updates - SigNal! The latest release of SigNoz is now available with Logs management. You can use SigNoz as your one-stop open source observability solution with logs, metrics, and traces under a single pane of glass. We also participated in podcasts, held office hours, and got featured as one of the top promising startups in the DevOps ecosystem. Let’s see what humans at SigNoz were up to in the month of August 2022!

What is N+1 query problem and how distributed tracing solves it?

N+1 query problem is a problem in database retrieval where the related entities of an object are queried individually from a database, leading to O(n) queries where n is the number of related entities of the object. Mouthful of words, I agree 🙂 Let’s take an example to illustrate what it means.

Top 15 Key Categories of Monitoring Metrics in Kubernetes and OpenShift Environments

Over the last couple of years, Kubernetes (often called K8s) has become the most popular and well-known container orchestration system for automating application deployment, scaling, and management. Scheduling containers at scale in a cloud-native ecosystem is central to the technology. Kubernetes itself is an open-source project, and as such presents challenges for many enterprises especially in regulated industries with strong security requirements and formal SLA commitments.

Sponsored Post

Core Web Vitals e-commerce analysis: part one

In 2021, Google introduced Core Web Vitals, three criteria to measure if a website is fast, stable, and responsive enough to give visitors a good digital experience. These factor into search ranking and have a powerful influence on customer behavior. But while Google has been urging the web performance community to get on board for more than two years, many are still falling short. We pulled data from the Chrome User Experience Report to conduct our own Core Web Vitals analysis, finding that even some of the largest e-commerce brands aren't passing these thresholds.