Rust

Rust A language-specific implementation of OpenTelemetry in Rust.

You are viewing the English version of this page because it has not yet been fully translated. Interested in helping out? See Contributing.

Welcome to the OpenTelemetry Rust documentation. This section introduces how to use OpenTelemetry with Rust to generate and collect telemetry data such as metrics, logs, and traces using the OpenTelemetry API and SDKs.

These pages are intended to help you get started and understand the current capabilities and status of OpenTelemetry Rust.

Status and Releases

The current status of the major functional components for OpenTelemetry Rust is as follows:

TracesMetricsLogs
BetaBetaBeta

For releases, including the latest release, see Releases.

Crates

OpenTelemetry for Rust publishes the following crates:

Further Reading


Getting Started

Using instrumentation libraries

How to instrument libraries an app depends on

Exporters

API reference

Documentation for Rust API & SDK

Examples

Registry

Instrumentation libraries, exporters and other useful components for OpenTelemetry Rust