OpenTelemetry Blog

OpenTelemetry Blog

Publication
0 followers

Open standard for telemetry (traces, metrics, logs) covering instrumentation and observability.

Inside the LLM Call: GenAI Observability with OpenTelemetry
NewsMay 14, 2026

Inside the LLM Call: GenAI Observability with OpenTelemetry

OpenTelemetry’s new semantic conventions give developers a standardized way to observe generative‑AI workloads, capturing model names, token counts, latency and optional prompt content. The article demonstrates enabling telemetry in VS Code Copilot, exporting spans, metrics, and events to an OTLP‑compatible backend,...

By OpenTelemetry Blog
Deprecating OpenTracing Compatibility Requirements
NewsApr 23, 2026

Deprecating OpenTracing Compatibility Requirements

On March 19, 2026 the OpenTelemetry Specification project merged PR #4938, officially deprecating OpenTracing compatibility requirements. The change reflects the reality that OpenTracing has been archived and most integrations now use native OpenTelemetry APIs and OTLP workflows. While existing shims can remain during...

By OpenTelemetry Blog
How Skyscanner Scales OpenTelemetry: Managing Collectors Across 24 Production Clusters
NewsApr 21, 2026

How Skyscanner Scales OpenTelemetry: Managing Collectors Across 24 Production Clusters

Skyscanner, with 1,400 staff and over 1,000 microservices, has deployed OpenTelemetry collectors across 24 Kubernetes clusters to achieve vendor‑agnostic observability. A central DNS endpoint backed by Istio routes all telemetry to either a Gateway collector (handling bulk OTLP traffic) or...

By OpenTelemetry Blog
OpenTelemetry Accepted Elastic's PHP Distro Donation
NewsApr 16, 2026

OpenTelemetry Accepted Elastic's PHP Distro Donation

The OpenTelemetry community has accepted Elastic's donation of the OpenTelemetry PHP Distro, a pre‑packaged observability solution for PHP. The distro bundles native extensions, loaders, and auto‑instrumentation logic into deb, rpm, and apk packages, eliminating the need for custom builds. It...

By OpenTelemetry Blog
Inside Adobe's OpenTelemetry Pipeline: Simplicity at Scale
NewsApr 8, 2026

Inside Adobe's OpenTelemetry Pipeline: Simplicity at Scale

Adobe’s central observability team has built a three‑tier OpenTelemetry Collector pipeline that runs thousands of collectors per signal type across the company. Service teams install a Helm chart that creates an immutable sidecar collector and a configurable deployment collector, which...

By OpenTelemetry Blog
Deprecating Span Events API
NewsMar 17, 2026

Deprecating Span Events API

OpenTelemetry announced the deprecation of its Span Event API, shifting new event emission to the Logs API. The change removes the overlapping span‑event and log‑based event models, while preserving existing span‑event data through a compatibility layer. Language SDKs will phase...

By OpenTelemetry Blog
OTTL Context Inference Comes to the Filter Processor
NewsMar 2, 2026

OTTL Context Inference Comes to the Filter Processor

The OpenTelemetry Collector’s Filter Processor now supports OTTL context inference starting with collector‑contrib v0.146.0, introducing top‑level `*_conditions` fields that replace nested context blocks. Operators can write a flat list of expressions, and the processor automatically determines the correct telemetry context...

By OpenTelemetry Blog