Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Distributed Tracing and related technologies.

Optimising OpenTelemetry Pipelines to Cut Observability Costs and Data Noise

Fat bills from observability vendors and tons of not-so-insightful telemetry data have turned out to be a very common issue today. This often leaves teams having to explain the lack of clear ROI, despite the growing costs. If you’re using OpenTelemetry to record your observability data, there are some practical methods you can apply to keep those costs from piling up.

The Definitive Guide to OpenTelemetry Exporters for High-Performance Monitoring

In modern distributed architectures, observability has shifted from optional to necessary. OpenTelemetry has emerged as the standard framework for telemetry data collection, with exporters serving as the critical bridge to your backend monitoring systems. For developers at any stage—those new to observability practices or those refining existing monitoring setups—a solid grasp of OpenTelemetry exporters will significantly reduce debugging time and improve system visibility.

Reporting CSP Errors in Honeycomb With the OpenTelemetry Collector

The HTTP Content-Security-Policy response header is used to control how the browser is allowed to load various content types. It is used to control which URLs, fonts, images, scripts, and more can be loaded onto the page. It’s a great defense against XSS (cross-site scripting), clickjacking, and cross-site vulnerabilities. The header can also specify a URL that will be used to send reports on violations of these properties.

Sentry's AI debugger now references traces for troubleshooting distributed systems

Debugging is an ever-present pain for all developers, and that will continue despite, or maybe even thanks to, the rise of AI-written code. Tools like Sentry have been around for a while to help us engineers track and debug issues, but it’s tempting to make that process even faster and easier with some shiny new AI tools. Sure, I could just copy-paste the exception’s stack trace from Sentry into ChatGPT, but what if I really wanted something smart?

A Guide to OpenTelemetry Tracing in Distributed Systems

Understanding what’s happening inside your applications is key to keeping them performing well and reliably. OpenTelemetry tracing is an open-source, flexible solution that lets you monitor your distributed systems without locking you into a specific vendor. reliably This guide walks you through everything you need to know about OpenTelemetry tracing, from the basics to more advanced techniques, with practical tips for troubleshooting common issues along the way.

12 OpenTelemetry-Compatible Platforms You Should Know in 2025

OpenTelemetry has transformed how engineering teams implement observability. This vendor-neutral framework for collecting metrics, traces, and logs has become indispensable for several reasons: Elimination of vendor lock-in Organizations can switch observability providers without changing instrumentation code, enabling greater flexibility and negotiating power with vendors.

Is OpenTelemetry ready for Infra Monitoring?

“A system is never the sum of its parts; it's the product of their interaction.” — Russell Ackoff, Systems Thinker Infrastructure monitoring is an attempt to capture and record the product of interactions between various systems. Infrastructure monitoring comes across as challenging and tedious, often spread across multiple tooling system.

Prometheus Distributed Tracing: An Easy-to-Follow Guide for Engineers

When your microservices architecture starts growing, tracking requests as they bounce between services becomes a real headache. You know the feeling—a user reports a slow checkout process, and you're left wondering which of your twenty services is the bottleneck. That's where distributed tracing with Prometheus comes in.