openskills.info
OpenTelemetry logoCourse Preview

OpenTelemetry

OpenTelemetry is an open observability framework for generating, collecting, processing, and exporting traces, metrics, and logs. It standardizes how your software describes its behavior without providing the storage or analysis backend itself.

itCloud native tools and technologies

Don't Panic - OpenTelemetry

OpenTelemetry gives you a shared way to produce and move telemetry from software. Telemetry describes what a system did. OpenTelemetry focuses on traces, metrics, and logs. It also defines common metadata and a protocol for carrying that data. It is not the database that stores telemetry and not the UI where you search traces. You send its output to an observability backend that stores, queries, and presents the data.

A useful path is application to instrumentation to SDK to exporter to Collector to backend. Instrumentation observes an operation through an API. A language SDK implements that API, processes telemetry, and hands it to an exporter. The exporter sends data to a backend or to the OpenTelemetry Collector. The Collector can receive, process, and export through pipelines. The Collector is optional and creates a control point outside the application for batching, filtering, enriching, sampling, and routing.

Traces describe request paths as spans. Metrics record measurements over time. Logs are timestamped events that can carry trace correlation. Resources describe the producing entity. Attributes describe individual signals. Semantic conventions name common fields so teams share vocabulary. Baggage travels with context and must not carry secrets.

OpenTelemetry is a multi-repository project: specifications, language SDKs, the Collector, and semantic conventions evolve on separate release trains. This course therefore tracks the specification releases for shared contracts rather than naming one repository as Upstream under ADR 0046.

Read the Intro for the five-stage path and signal roles. Use the Cheatsheet when you need API, SDK, and Collector landmarks. Updates follows OpenTelemetry specification releases that change those contracts.

Where this skill leads

Relevant careers

See how this topic contributes to broader role-level skill maps.

Sources