The Rust OpenTelemetry implementation
Go to file
Cijo Thomas 86dfd4b3db
fix: BatchSpanProcessor implementation to match that of logs (#3116)
Co-authored-by: Lalit Kumar Bhasin <lalit_fin@yahoo.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-07 17:05:26 -07:00
.cargo chore: leverage fallback resolver for MSRV check (#2993) 2025-05-22 08:39:53 -07:00
.github chore(deps): bump taiki-e/install-action from 2.56.0 to 2.57.5 (#3100) 2025-08-01 14:03:50 -07:00
assets Add logos and overview section to crate readmes (#311) 2020-10-27 09:03:56 -07:00
docs docs: Add OTLP arch docs (#3063) 2025-07-22 08:43:45 -07:00
examples chore: Consolidate internal crate dependencies to use workspace dependencies (#3085) 2025-08-01 10:46:50 -07:00
opentelemetry chore: Apply clippy suggestion (#3124) 2025-08-07 10:26:34 -07:00
opentelemetry-appender-log chore: Consolidate internal crate dependencies to use workspace dependencies (#3085) 2025-08-01 10:46:50 -07:00
opentelemetry-appender-tracing chore: Remove unwanted from implementation for TraceId and SpanId (#3103) 2025-08-04 08:57:23 -07:00
opentelemetry-http fix: Add feature flag to otel-http crate to better reflect purpose (#3112) 2025-08-04 09:39:45 -07:00
opentelemetry-jaeger-propagator chore: Remove unwanted from implementation for TraceId and SpanId (#3103) 2025-08-04 08:57:23 -07:00
opentelemetry-otlp docs: Improved doc for OTLP gRPC exporter (#3109) 2025-08-06 07:01:15 -07:00
opentelemetry-prometheus chore: Remove redundant LICENSE files from individual crates (#3086) 2025-07-27 19:00:56 -07:00
opentelemetry-proto fix: Remove unnecessary serde_json dependency from logs feature and ensure opentelemetry-proto compatibility (#3114) 2025-08-04 17:16:30 -07:00
opentelemetry-sdk fix: BatchSpanProcessor implementation to match that of logs (#3116) 2025-08-07 17:05:26 -07:00
opentelemetry-semantic-conventions chore: Consolidate internal crate dependencies to use workspace dependencies (#3085) 2025-08-01 10:46:50 -07:00
opentelemetry-stdout chore: Consolidate internal crate dependencies to use workspace dependencies (#3085) 2025-08-01 10:46:50 -07:00
opentelemetry-zipkin fix: Add feature flag to otel-http crate to better reflect purpose (#3112) 2025-08-04 09:39:45 -07:00
scripts chore: leverage fallback resolver for MSRV check (#2993) 2025-05-22 08:39:53 -07:00
stress chore: fix format lint (#3039) 2025-06-27 09:33:16 -06:00
.cspell.json chore: Fix spelling errors and typos in documentation (#3044) 2025-07-02 09:53:05 -07:00
.dockerignore test(jaeger): setup integration tests for jaeger (#739) 2022-02-20 13:02:43 -05:00
.gitignore Feat/add resource builder (#2322) 2024-12-13 12:16:03 -08:00
.gitmodules chore: update tonic to 0.13 (#2876) 2025-03-27 14:47:02 -07:00
CONTRIBUTING.md fix: Remove async std (#2820) 2025-03-18 07:47:43 -07:00
Cargo.toml chore: Consolidate internal crate dependencies to use workspace dependencies (#3085) 2025-08-01 10:46:50 -07:00
LICENSE fix: revert modifications to Apache license (#1664) 2024-04-18 16:30:52 -07:00
README.md Sort contributor listings and remove affiliation from emeriti (#3060) 2025-07-09 22:11:59 +02:00
VERSIONING.md Add versioning documentation (#379) 2021-01-20 20:20:07 -08:00
deny.toml chore: fix cargo deny check by updating unicode allowed list (#2964) 2025-05-14 06:39:46 +02:00
rustfmt.toml chore(common): bump MSRV to 1.56 (#866) 2022-09-01 00:36:37 -07:00

README.md

OpenTelemetry Rust

The Rust OpenTelemetry implementation.

Crates.io: opentelemetry LICENSE GitHub Actions CI Documentation codecov OpenSSF Scorecard 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.

Supported Rust Versions

Project Status

The table below summarizes the overall status of each component. Some components include unstable features, which are documented in their respective crate documentation.

Signal/Component Overall Status
Context Beta
Baggage RC
Propagators Beta
Logs-API Stable*
Logs-SDK Stable
Logs-OTLP Exporter RC
Logs-Appender-Tracing Stable
Metrics-API Stable
Metrics-SDK Stable
Metrics-OTLP Exporter RC
Traces-API Beta
Traces-SDK Beta
Traces-OTLP Exporter Beta

*OpenTelemetry Rust is not introducing a new end user callable Logging API. Instead, it provides Logs Bridge API, that allows one to write log appenders that can bridge existing logging libraries to the OpenTelemetry log data model. The following log appenders are available:

If you already use the logging APIs from above, continue to use them, and use the appenders above to bridge the logs to OpenTelemetry. If you are using a library not listed here, feel free to contribute a new appender for the same.

If you are starting fresh, we recommend using tracing as your logging API. It supports structured logging and is actively maintained. OpenTelemetry itself uses tracing for its internal logging.

Project versioning information and stability guarantees can be found here.

Getting Started

If you are new to OpenTelemetry, start with the Stdout Example. This example demonstrates how to use OpenTelemetry for logs, metrics, and traces, and display telemetry data on your console.

For those using OTLP, the recommended OpenTelemetry Exporter for production scenarios, refer to the OTLP Example - HTTP and the OTLP Example - gRPC.

Additional examples for various integration patterns can be found in the examples directory.

Overview of crates

The following crates are maintained in this repo:

In addition, there are several other useful crates in the OTel Rust Contrib repo. A lot of crates maintained outside OpenTelemetry owned repos can be found in the OpenTelemetry Registry.

Supported Rust Versions

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

Contributing

See the contributing file.

The Rust special interest group (SIG) meets weekly on Tuesdays at 9 AM Pacific Time. The meeting is subject to change depending on contributors' availability. Check the OpenTelemetry community calendar for specific dates and for Zoom meeting links. "OTel Rust SIG" is the name of meeting for this group.

Meeting notes are available as a public Google doc. If you have trouble accessing the doc, please get in touch on Slack.

The meeting is open for all to join. We invite everyone to join our meeting, regardless of your experience level. Whether you're a seasoned OpenTelemetry developer, just starting your journey, or simply curious about the work we do, you're more than welcome to participate!

Approvers and Maintainers

Maintainers

For more information about the maintainer role, see the community repository.

Approvers

For more information about the approver role, see the community repository.

Emeritus

For more information about the emeritus role, see the community repository.

Thanks to all the people who have contributed

contributors