Operations | Monitoring | ITSM | DevOps | Cloud

APM

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

Microsoft Teams for Alerting has landed

Get crucial error and performance diagnostics sent directly to your chosen Microsoft Teams channel with Raygun Alerting. As of 2022, Microsoft Teams has surpassed Slack’s 18 million active users with a user base of over 270 million, solidifying its position as the leading business communication platform. In August 2021, we released our Slack for Alerting integration, and now it’s time to extend that capability to Microsoft Teams.

Datadog On Reliability Engineering

There are many different ways to implement Site Reliability Engineering (SRE). From team structures to roles and responsibilities to planning and prioritization flows, there’s no golden path for how to organize things. As Datadog has shifted from a startup to a quickly-growing public company, we’ve seen our own SRE practice evolve. With over 22,000 customers sending trillions of data points each day, keeping Datadog reliable is critical to our business.

New compact views in Logs tab, improved correlation between signals, and 2000+ community members - SigNal 22

Welcome to our monthly product newsletter - SigNal 22! Last month our team worked on improving the logs tab and improved the correlation between telemetry signals to drive contextual insights faster. We were also trending on GitHub and crossed 2000+ developers in our slack community. Let’s dive in to see what humans at SigNoz were up to in the month of February 2023.

The New APM: Actionable, Affordable, and Actually Built For Developers

The observability landscape - specifically your traditional Application Performance Monitoring (APM) offerings are failing modern-day developers. These legacy tools are made for ops and infra teams to keep their infrastructure and services up and running. But when it comes to helping the people that actually write the code to find and fix latency issues, these tools - which often come with massive price tags - leave developers hunting for issues causing slowdowns.

C# Performance tips and tricks

At Raygun, we’re a pretty polyglot group of developers. Various parts of our code base are written in different languages and frameworks — whatever is best for the job. That said, large parts of Raygun written with.NET, and we’re big.NET fans. Given the prevalence of C# applications (C# has been in the top 5 on the TIOBE index for about 10 years!) and the massive scale of data Raygun deals with, we’re often called on to do C# optimization work.

Implementing Distributed Tracing in a Java application

Monitoring and troubleshooting distributed systems like those built with microservices is challenging. Traditional monitoring tools struggle with distributed systems as they were made for a single component. Distributed tracing solves this problem by tracking a transaction across components. In this article, we will implement distributed tracing for a Java Spring Boot application with three microservices.