First OTel Instrumentation

Three signals.

Overview

OpenTelemetry instrumentation moves observability from vendor-specific SDKs to a standards-based one. Metrics, traces, and logs through a single SDK; same code works with Jaeger, Tempo, Datadog, New Relic, or any OTLP backend. The first instrumented service establishes conventions that every subsequent service inherits.

The approach

Three habits make OpenTelemetry produce real value rather than configuration churn: auto-instrumentation first for fast value, OTel Collector as the centralised pipeline, and vendor selected as the backend rather than the SDK.

Why this compounds

Each instrumented service inherits the conventions. The team’s observability fluency deepens; vendor changes stop requiring re-instrumentation; cross-service tracing surfaces incidents that single-service dashboards would miss.