1 unstable release

0.1.0 Feb 25, 2024

#11 in #jaeger

Download history 199/week @ 2024-02-24 506/week @ 2024-03-02 407/week @ 2024-03-09 1641/week @ 2024-03-16 2095/week @ 2024-03-23 1369/week @ 2024-03-30 1676/week @ 2024-04-06 1093/week @ 2024-04-13 563/week @ 2024-04-20

4,822 downloads per month
Used in 2 crates

Apache-2.0

295KB
5K SLoC

OpenTelemetry — An observability framework for cloud-native software.

OpenTelemetry Jaeger Propagator

Jaeger propagator integration for applications instrumented with OpenTelemetry. To export telemetry to Jaeger, use the opentelemetry-otlp crate.

Crates.io: opentelemetry-jaeger 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 the ability to create and interact with a Jaeger propagator.

Compiler support: requires rustc 1.64+

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.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.

Dependencies

~0.4–1MB
~23K SLoC