Operations | Monitoring | ITSM | DevOps | Cloud

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

OpenTelemetry eBPF Instrumentation (Grafana OTel Community Call #9)

In this episode of the Grafana OTel Community Call, we're exploring OpenTelemetry eBPF Instrumentation (OBI). OpenTelemetry eBPF Instrumentation (OBI) offers a powerful way to instrument applications at the system kernel level, capturing essential “RED metrics” — request rate, error rate, and duration — and network flows without requiring code changes, rebuilds, or redeployments. We will cover the project's architecture, discuss its origins as Grafana Beyla, and look ahead to the roadmap for language and runtime coverage.

Telemetry Talks ep 6 - Observability unlocked with OpenTelemetry and VictoriaMetrics

In this episode, we explore how to build a modern Kubernetes observability stack using open-source technologies such as VictoriaMetrics, OpenTelemetry, Grafana. Based on a step by step workshop we gave at Cloud Native Days Romania in May, Jose is walking us through it with practical examples. Playlist Resources for Further Learning.

Build a Docker Monitoring Dashboard in Minutes with Claude MCP + Uptrace

In this video, we use Claude MCP to create and merge Docker container dashboards in Uptrace — directly from the terminal, no manual clicking required. What you'll see: CPU, memory, network, and disk I/O dashboards created with plain text prompts Two dashboards merged into one unified view Dashboard exported as YAML for version control.

Use OpenTelemetry-native observability with Datadog from ingestion to investigation

The recent announcement that OpenTelemetry (OTel) has achieved CNCF graduation further reinforces OTel’s credibility as the industry standard for vendor-neutral telemetry. As organizations increasingly adopt the OpenTelemetry Protocol (OTLP), the OTel Collector, and OTel SDKs, they need an observability platform that supports OTel-native data without sacrificing flexibility or portability.

Langflow Observability with OpenTelemetry and SigNoz

Learn how to implement end to end monitoring and observability for Langflow using OpenTelemetry and SigNoz. In this video, we walk through instrumenting Langflow workflows, collecting traces, metrics, and logs, and visualizing everything in SigNoz to gain real time visibility into flow execution, LLM requests, tool calls, token usage, latency, failures, and performance bottlenecks. Langflow ships with built in OpenTelemetry support, making it easy to export telemetry to SigNoz with minimal configuration.

How to Trace Microservices WITHOUT OpenTelemetry

Learn how to trace complex multi-hop transactions across microservices when OpenTelemetry isn't available or trace parents get lost. This quick tutorial demonstrates how to use full-text search in proxymock (a free CLI and UI tool) to isolate user journeys (like looking up a specific username) and instantly generate waterfall tracing views. Whether you are working locally or in a Kubernetes cluster, you can record API traffic, visualize multi-hop requests, and easily transition those captures into load or regression tests.

Trace without traces

A customer emailed on a Tuesday: checkout hung for ten seconds. I opened our tracing tool, punched in the time window, and got nothing. The trace was sampled out. We keep 1% of traces, like most shops with real traffic do. The one request that actually mattered was in the 99% we threw away. I spent twenty minutes admiring our observability stack before admitting it couldn’t answer a first-grader’s question: what happened to this person? Here’s what I know now.