9 releases (5 breaking)

0.22.1 Feb 26, 2024
0.22.0 Feb 25, 2024
0.21.2 Jan 4, 2024
0.21.1 Nov 13, 2023
0.1.0 Jun 27, 2019

#159 in Debugging

Download history 238910/week @ 2024-01-02 255509/week @ 2024-01-09 286978/week @ 2024-01-16 303240/week @ 2024-01-23 307557/week @ 2024-01-30 312484/week @ 2024-02-06 306683/week @ 2024-02-13 327214/week @ 2024-02-20 351617/week @ 2024-02-27 349139/week @ 2024-03-05 364991/week @ 2024-03-12 346093/week @ 2024-03-19 354865/week @ 2024-03-26 375507/week @ 2024-04-02 345502/week @ 2024-04-09 304648/week @ 2024-04-16

1,446,166 downloads per month
Used in 342 crates (87 directly)

Apache-2.0

1MB
16K SLoC

OpenTelemetry — An observability framework for cloud-native software.

OpenTelemetry Rust SDK

The Rust OpenTelemetry implementation.

Crates.io: opentelemetry-sdk Documentation LICENSE GitHub Actions CI codecov 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. You can export and analyze them using Prometheus, Jaeger, and other observability tools.

Compiler support: requires rustc 1.64+

OpenTelemetry Benchmarks

From the root directory, run the following command:

cargo bench

Supported Rust Versions

OpenTelemetry is built against the latest stable release. The minimum supported version is 1.64. 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.64, 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.

Dependencies

~1–16MB
~183K SLoC