3 releases (breaking)

0.3.0 Jul 15, 2024
0.2.0 May 15, 2024
0.1.0 Feb 25, 2024

#13 in #jaeger

Download history 1711/week @ 2024-04-03 1495/week @ 2024-04-10 716/week @ 2024-04-17 1139/week @ 2024-04-24 1271/week @ 2024-05-01 761/week @ 2024-05-08 1147/week @ 2024-05-15 1087/week @ 2024-05-22 1062/week @ 2024-05-29 948/week @ 2024-06-05 1353/week @ 2024-06-12 1219/week @ 2024-06-19 2079/week @ 2024-06-26 1662/week @ 2024-07-03 2568/week @ 2024-07-10 1610/week @ 2024-07-17

8,188 downloads per month
Used in init-tracing-opentelemetr…

Apache-2.0

305KB
5K SLoC

OpenTelemetry Jaeger Propagator

OpenTelemetry — An observability framework for cloud-native software.

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

Crates.io: opentelemetry-jaeger-propagator Documentation LICENSE GitHub Actions CI Slack

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

Dependencies

~0.4–1MB
~21K SLoC