Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Experience This! What is the Importance of Application Experience?

If you have ever worked in a kitchen, you know how tough it is to be short-staffed. Cooks have to work twice as hard and their performance suffers, leaving not-so-happy customers and comped meals for the complainers. It’s similar to how applications operate. Maybe an application is glitching out from poor coding on the backend or bogging from an influx of data coming in. In either case, the end-user application experience suffers.

ServiceNow is a Visionary in the Gartner Magic Quadrant for Application Performance Monitoring and Observability

I’m thrilled to announce that ServiceNow has been recognized as a Visionary in the 2023 Gartner® Magic Quadrant™ for Application Performance Monitoring (APM) and Observability. We believe this validates our strong vision and unique ability to help customers bring unified telemetry into their existing ServiceNow® Event Management and Service Operations solutions, reduce mean time to resolution (MTTR), and accelerate innovation.

Monitor runtime metrics from OTel-instrumented apps with Datadog APM

OpenTelemetry (OTel) is an open source, vendor-neutral observability framework that supplies APIs, SDKs, and tools for the instrumentation of applications and services. As part of our ongoing commitment to OTel, we are excited to announce support for the ingestion and visualization of runtime metrics from OTel-instrumented applications in Java, .NET, and Go.

Healthcare Application and Infrastructure Monitoring - 4 Case Studies

Many healthcare providers are modernizing their healthcare application and infrastructure monitoring strategies. Of course, there is never a magic silver bullet and so we publish detailed case studies, with the agreement of some of our customers, for other healthcare IT administrators to gain insights into the factors that drive choices and to allow them to see if there are methodologies or tools they may find useful.

Logz.io Named Visionary in 2023 Gartner Magic Quadrant for Application Performance Monitoring and Observability

Consistent performance and continuous improvement: these are the fundamentals we should aspire to in the world of cloud software delivery. We focus on ensuring our systems become more consumable, enjoyable and innovative. We seek to make customers’ lives easier and more productive through incremental achievements, and doing a better job, every day.

We Did it Again: We're a Leader in 2023 Gartner Magic Quadrant for APM & Observability for the Second Year in a Row

When the Gartner Magic Quadrant Report came out in 2022, we did the professional equivalent of a spit take, then cheered wildly. NOT ONLY did they include observability for the first time ever in their newly revamped 2022 Magic Quadrant for APM & Observability, but they also put us in the Leader Quadrant—our debut appearance!

Datadog named Leader in 2023 Gartner Magic Quadrant for APM and Observability

We are thrilled to announce that, for the third consecutive year, Datadog has been named a Leader in the 2023 Gartner® Magic Quadrant™ for APM and Observability. We believe that this placement reflects Datadog’s continued commitment to understanding our customers’ most complex challenges and building products and services that give them the visibility they need into their applications.

Using SigNoz to Monitor Your Kubernetes Cluster

Kubernetes and OpenTelemetry are both CNCF projects, and both are closely associated with modern microservice architecture. Despite their connection, there isn’t a single cohesive solution to monitoring your Kubernetes cluster with OpenTelemetry. Large teams that use complex clusters in production have generally ended up building their own tools for monitoring both their infrastructure and application code.

Improved User Experience, Community-led Tutorials, and the Upcoming Explorer pages - SigNal 26

Welcome to the 26th edition of our monthly product newsletter - SigNal 26! Our team shipped important updates to improve user experience. We were also pleasantly surprised by the number of community-led tutorials featuring SigNoz. Let’s dive in to see what humans at SigNoz were up to in the month of June 2023.
Sponsored Post

How to measure and improve Node.js performance

Change is the only constant in software, and few languages change like JavaScript. In just the last few years, we've had the rise of TypeScript and React, dozens of new frameworks, and Node.js has brought us over to the server-side. Google's V8, which powers Node.js, is one of the fastest JavaScript engines in existence. In simple benchmarks, well-optimized JS executed by V8 often performs almost at the same speeds as famously fast languages like C++. And yet, Node applications often seem to be pretty sluggish. This post aims to guide you through the process of measuring and improving Node.js performance.