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
2,470,384 downloads per month
Used in 362 crates
(98 directly)
440KB
2K
SLoC
OpenTelemetry Semantic Conventions
Semantic conventions for applications instrumented with OpenTelemetry
.
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.
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.