15 breaking releases

new 0.16.0 May 15, 2024
0.15.0 Feb 25, 2024
0.14.0 Nov 6, 2023
0.13.0 Jul 30, 2023
0.3.0 Nov 10, 2020

#53 in Debugging

Download history 225799/week @ 2024-01-24 232191/week @ 2024-01-31 250154/week @ 2024-02-07 226745/week @ 2024-02-14 255255/week @ 2024-02-21 263016/week @ 2024-02-28 270722/week @ 2024-03-06 263764/week @ 2024-03-13 265109/week @ 2024-03-20 273244/week @ 2024-03-27 281129/week @ 2024-04-03 266668/week @ 2024-04-10 276012/week @ 2024-04-17 293775/week @ 2024-04-24 280672/week @ 2024-05-01 233004/week @ 2024-05-08

1,138,671 downloads per month
Used in 207 crates (82 directly)

Apache-2.0

1MB
23K SLoC

OpenTelemetry OTLP Exporter

OpenTelemetry — An observability framework for cloud-native software.

This crate contains the OpenTelemetry Exporter implementation for OTLP.

Crates.io: opentelemetry-otlp Documentation LICENSE GitHub Actions CI codecov Slack

Overview

OpenTelemetry is an Observability framework and toolkit designed to create and manage telemetry data such as traces, metrics, and logs. OpenTelemetry is vendor- and tool-agnostic, meaning that it can be used with a broad variety of Observability backends, including open source tools like Jaeger and Prometheus, as well as commercial offerings.

OpenTelemetry is not an observability backend like Jaeger, Prometheus, or other commercial vendors. OpenTelemetry is focused on the generation, collection, management, and export of telemetry. A major goal of OpenTelemetry is that you can easily instrument your applications or systems, no matter their language, infrastructure, or runtime environment. Crucially, the storage and visualization of telemetry is intentionally left to other tools.

Compiler support: requires rustc 1.65+

Getting started

See docs.

Supported Rust Versions

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

~1–14MB
~188K SLoC