opentelemetry-rust/opentelemetry-proto
Lalit Kumar Bhasin 7b3db0b6a6
chore: Bump otel-proto v1.7.0 (#3018)
2025-06-03 08:20:25 -07:00
..
src chore: Bump otel-proto v1.7.0 (#3018) 2025-06-03 08:20:25 -07:00
tests feat: add generated proto models for profiles signal (#2979) 2025-05-21 09:24:47 -07:00
CHANGELOG.md chore: Bump otel-proto v1.7.0 (#3018) 2025-06-03 08:20:25 -07:00
Cargo.toml chore: Prepare release 0.30.0 (#2999) 2025-05-23 09:52:50 -07:00
LICENSE fix: revert modifications to Apache license (#1664) 2024-04-18 16:30:52 -07:00
README.md Fix 2638: Use absolute URL for LICENSE/CHANGELOG in README (#2682) 2025-02-18 19:00:29 -08:00

README.md

OpenTelemetry — An observability framework for cloud-native software.

OpenTelemetry Proto

This crate contains generated files from opentelemetry-proto repository and transformation between types from generated files and types defined in opentelemetry.

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.