Operations | Monitoring | ITSM | DevOps | Cloud

SQL analytics - unified querying across any API

SQL is just for querying relational data, right? Well, not necessarily! With our SQL Analytics feature, you can run SQL queries over all types of data from all kinds of backend stores. This gives you incredible flexibility and power – you can even combine different types of entity (e.g. a pull request and a pipeline run) in a single query. Equally, I could have datasets with job tickets from Jira, ServiceNow and Zendesk and combine them in a single query.

Interrupt Live: Hayden Riddiford | Beyond Error Codes - Debugging Ill-Defined Problems

On this episode of Interrupt Live, we'll meet Hayden Riddiford, the writer behind "Beyond Error Codes: Debugging III-Defined problems". Interrupt Live is a series where we sit down with Interrupters contributors to hear more about their origin stories, engineering journeys, and the unique challenges that inspired their contributions. If you’ve ever wanted to hear directly from the engineers behind your favorite Interrupt posts, now’s your chance.

What Is an API Outage? Why It Happens and How to Avoid It

APIs are a big part of how modern applications or services work. They act as bridges, allowing systems to talk to each other and share data. Whether it's logging into an app or making an online payment, an application programming interface helps make that process smooth. But what happens when an API suddenly stops working? Even a short outage can cause a disruption. It can break features, delay operations, and impact users and businesses alike.

From Logs to Metrics Part 2: Building an Open-Source Logs-to-Graphite Pipeline

Monitoring doesn't always need to be complex. In this guide, we'll show you how to transform some raw logs into usable metrics using a lightweight, open-source setup. We'll also use the Telegraf agent to convert logs into Graphite metrics that you can easily visualize and alert on. This is ideal for system admins, DevOps beginners, or anyone interested in building more innovative monitoring pipelines from scratch.

How to Use SQL Server Filtered Indexes for Better Queries

SQL Server’s filtered index is one of the most effective features for improving query performance and reducing index maintenance. Whether you’re working with big tables that don’t have much data or queries that constantly filter by the same conditions, filtered indexes offer a smart way to focus only on the rows that matter most.

Shut Down Cryptojackers and Strengthen Kubernetes Security with NeuVector

The threat landscape for cloud-native environments like Kubernetes is always on the move. Attackers continuously apply sophisticated techniques. Cryptojacking, the unauthorized use of computing resources to mine cryptocurrency, is a particularly concerning threat. Cryptojacking can lead to performance degradation, increased operational costs, and potential security breaches. Recent high-profile incidents underscore the importance of addressing these threats.

Internet Latency: What Is It, How to Measure It, and How to Improve It

Internet latency, the often-overlooked delay between sending and receiving data, can mean the difference between a flawless video conference and a frustrating, glitchy mess. Measured in milliseconds (ms), these microscopic delays accumulate, creating tangible performance issues across all online activities.

OpenTelemetry PHP: A Detailed Implementation Guide

Monitoring complex PHP applications can be challenging. When systems span multiple services and environments, traditional logging approaches often fall short. OpenTelemetry offers a solution - an open-source, vendor-neutral framework that standardizes how we collect and export telemetry data. This guide covers practical implementation steps for DevOps engineers working with PHP applications.

Third party API Monitoring Powered by OpenTelemetry Semantics

Is it the third-party API or my code? Your service suddenly slows down, or errors spike, and you’re stuck guessing if it’s your own logic or an external API you don’t control. We’ve seen this pain across teams: dashboards don’t tell you which vendor or endpoint is the culprit, and debugging turns into a maze of guesswork. Rate limiting, vendor errors, or integration issues often slip through until users complain.