Operations | Monitoring | ITSM | DevOps | Cloud

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

Your Data Just Got a Facelift: Introducing Honeycomb's Data Visualization Updates

Data visualizations take complex information and present it in a clean and easy-to-understand visual. Done right, they can allow quick insight through easy pattern and outlier recognition. Done wrong, it can confuse, obfuscate, and lead to wrong conclusions. Yikes! Over the past few months, we've been hard at work modernizing Honeycomb’s data visualizations to address consistency issues, confusing displays, access to settings, and to improve their overall look and feel.

The 2023 Network IT Management Report Part 1: Network Management Needs

This is the first in a four-part series focusing on the findings from our 2023 Network IT Management Report. We surveyed 4500 IT professionals from internal IT teams and MSPs across North America to gauge where their organizations are heading from a network management perspective. In part one, we’ll detail the overarching needs network professions across all industries to have in common. You can read the full 2023 report and compare your own IT statistics here.

Rules backfilling via vmalert

Recording rules is a clever concept introduced by Prometheus for storing results of query expressions in a form of a new time series. It is similar to materialized view and helps to speed up queries by using data pre-computed in advance instead of doing all the hard work on query time. Like materialized views, recording rules are extremely useful when user knows exactly what needs to be pre-computed. For example, a complex panel on Grafana dashboard or SLO objective.

Sponsored Post

The Right Time to Right-Size Your Observability Process

Every client we meet has been using multiple tools to satisfy their observability needs. We rarely find a greenfield opportunity. As their journey progresses, they have pointed out when the time is right to add ChaosSearch into the fold. There isn't just one symptom; it's usually a combination of things, including high log data volume, unpredictable costs, and ineffective results, to name a few. By the time we talk to clients in this state, the pain and frustration are incredibly high. We created a five-minute video to demonstrate how clients find themselves in this predicament.

How to Perform Packet Loss Tests to Prevent Network Issues

As businesses continue to rely heavily on network connectivity to stay connected and productive, network performance has become an essential component for successful operations. However, one of the most common issues that IT professionals face is packet loss, which can significantly impact network performance.

Observability to Modernize Apps and Increase Business Resilience

Increasingly, the speed and scale of a business can be measured by the resilience and performance of its applications. That’s why organizations are opting to modernize legacy applications by rewriting them using cloud-native tools and platforms. A Gartner study found that by 2025, cloud-native platforms will be the foundation for more than 95% of new digital initiatives, compared to less than 40% in 2021.

Install Sentry with a Single Command

We’re creating a new way to install and set up Sentry. Starting with Next.js, you’ll be able to set up new Sentry accounts or create new Sentry Next.js projects via the terminal and running a single command. Getting started is simple(r). While you can still visit sentry.io/signup to create an account or create a project from within the app – now you can skip all the clicks, navigate to your repo and run this command.

Complete Guide to Distributed Tracing with OpenTelemetry - Part I

Have you heard about traces? Most likely, yes! Do you confuse it with auditing? Hope not. Today, we're going to talk about tracing, specifically “Distributed Tracing,” and do a deep dive into it. Once we’re familiar with distributed tracing, we will show you how to implement it with OpenTelemetry - a new-age observability framework.

Use library injection to auto-instrument and trace your Kubernetes applications with Datadog APM

Many organizations rely on distributed tracing in Datadog APM to gain end-to-end visibility into the performance of their Kubernetes applications. But as teams grow, it can become impractical for them to manually configure each new application with the libraries and environment variables needed for tracing.