19 breaking releases

new 0.28.0 Feb 10, 2025
0.27.0 Nov 12, 2024
0.26.0 Oct 1, 2024
0.16.0 Jul 15, 2024
0.2.0 Nov 10, 2020

#249 in Debugging

Download history 514901/week @ 2024-10-22 588410/week @ 2024-10-29 520706/week @ 2024-11-05 498591/week @ 2024-11-12 478174/week @ 2024-11-19 368533/week @ 2024-11-26 476486/week @ 2024-12-03 592128/week @ 2024-12-10 474237/week @ 2024-12-17 147710/week @ 2024-12-24 291572/week @ 2024-12-31 616745/week @ 2025-01-07 567194/week @ 2025-01-14 591057/week @ 2025-01-21 633357/week @ 2025-01-28 568786/week @ 2025-02-04

2,470,384 downloads per month
Used in 362 crates (98 directly)

Apache-2.0

440KB
2K SLoC

Rust 1.5K SLoC // 0.0% comments Jinja2 204 SLoC Shell 39 SLoC // 0.2% comments

OpenTelemetry — An observability framework for cloud-native software.

OpenTelemetry Semantic Conventions

Semantic conventions for applications instrumented with OpenTelemetry.

Crates.io: opentelemetry-semantic-conventions Documentation LICENSE GitHub Actions CI Slack

Overview

OpenTelemetry is a collection of tools, APIs, and SDKs used to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) for analysis in order to understand your software's performance and behavior. This crate provides standardized naming patterns for attributes, and resources to help facilitate interoperability and compatibility with processing and visualization tools.

Supported Rust Versions

Release Notes

You can find the release notes (changelog) here.

Supported Rust Versions

OpenTelemetry is built against the latest stable release. The minimum supported version is 1.75.0. The current OpenTelemetry version is not guaranteed to build on Rust versions earlier than the minimum supported version.

The current stable Rust compiler and the three most recent minor versions before it will always be supported. For example, if the current stable compiler version is 1.49, the minimum supported version will not be increased past 1.46, three minor versions prior. Increasing the minimum supported compiler version is not considered a semver breaking change as long as doing so complies with this policy.

No runtime deps

Features