Operations | Monitoring | ITSM | DevOps | Cloud

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

Flowing with Your Code: How Lightrun's Dynamic Traces Help Debug Complex Application Flows

Debugging software, whether during development or incident investigation, often begins with a manual and error-prone process. Developers typically scatter logs and snapshots across the codebase, allowing them to trigger multiple times. They then inspect the outputs and sift through the results to identify those relevant to the issue under investigation. Developers tend to group results that stem from the same user request or transaction.

Getting Started with OpenTelemetry JavaScript

Have you ever watched your JavaScript app fail in production and wondered, “What just happened?” OpenTelemetry JavaScript helps answer that question, in a practical way to track what’s going on under the hood. Let’s walk through how it works, why it’s useful, and how to set it up without unnecessary complexity. If you've ever struggled with vague logs and slow API calls, this is for you.

Enhancing Observability with the OTEL Framework and Virtana

In today’s rapidly evolving technological landscape, observability has become essential for supporting robust, efficient systems. According to Gartner’s report “Preparing for the Future of Observability” from September 2024, OpenTelemetry (OTEL) is emerging as the standard framework for collecting telemetry data across different application pipelines.

Grafana Drilldown: first-class OpenTelemetry support now available for metrics

When we launched Grafana Drilldown, our queryless experience for quicker, easier insights into your telemetry, we focused first on Prometheus because it was—and is—such a great solution for storing time series data. But as the industry continued to evolve, a different open source project began to emerge as another standard for modern observability: OpenTelemetry.

Istio Zero-Code Instrumentation

Tracing in Istio environments should be seamless, but too often, teams run into a frustrating problem—traces are broken. Requests jump between services, but instead of a complete flow, Coralogix displays fragmented spans. Tracing should work out of the box in those environments. Istio’s sidecars capture spans automatically, so why are traces incomplete? The issue is almost always context propagation, and fixing it doesn’t have to mean modifying application code.

How to Monitor Apache Zookeeper Using the OpenTelemetry Collector

Apache Zookeeper is a distributed coordination tool that helps keep large-scale systems in sync. It’s the backbone for managing leader elections, service discovery, and metadata storage in projects like Kafka, Hadoop, and Elasticsearch. Think of it as a highly available traffic controller for distributed apps, ensuring everything runs smoothly.

Grafana Alloy: OpenTelemetry, With Some Abstraction Issues

OpenTelemetry (OTel) is supposed to be the great equalizer in observability, giving teams full control over how they collect, process, and store telemetry data. It was built to be open, flexible, and vendor-neutral. Grafana Alloy claims to be OpenTelemetry-compatible, but scratch beneath the surface, and you’ll see that, based on our investigations, it is not a neutral OpenTelemetry Collector.

Monitor OracleDB EX with OpenTelemetry and MetricFire

OracleDB remains a top choice as a relational database management system (RDBMS), despite its strict licensing requirements. It excels at handling complex SQL queries, massive datasets, and transactional workloads, making it ideal for large Enterprise technology stacks. Its many benefits include robust indexing, partitioning, and in-memory processing to optimize query performance at scale.

OpenTelemetry vs. Datadog: Key Differences Explained

Choosing between OpenTelemetry and Datadog isn't just another tool decision. It's about how you'll monitor your systems, troubleshoot issues, and ultimately keep your services running smoothly. If you've been tasked with figuring out which route to take, you're in the right place. Let's get started!

Everything You Need to Know About OpenTelemetry Agents

If you’re reading this, chances are you’re already familiar with OpenTelemetry (OTel)—the open-source standard for collecting observability data. But what about OpenTelemetry agents? How do they work, and why do they matter? This guide unpacks everything you need to know about OTel agents—where they fit in your stack, how to set them up, and common pitfalls to watch out for. Let’s get into it.