5 releases (breaking)

0.5.0 Jul 15, 2024
0.4.0 May 15, 2024
0.3.0 Feb 25, 2024
0.2.0 Nov 6, 2023
0.1.0 Jul 29, 2023

#782 in Debugging

Download history 7051/week @ 2024-04-01 6988/week @ 2024-04-08 8704/week @ 2024-04-15 9371/week @ 2024-04-22 9950/week @ 2024-04-29 9345/week @ 2024-05-06 8800/week @ 2024-05-13 10011/week @ 2024-05-20 11098/week @ 2024-05-27 9187/week @ 2024-06-03 10230/week @ 2024-06-10 9885/week @ 2024-06-17 10299/week @ 2024-06-24 9230/week @ 2024-07-01 11274/week @ 2024-07-08 8745/week @ 2024-07-15

40,248 downloads per month
Used in 17 crates (8 directly)

Apache-2.0

300KB
5K SLoC

OpenTelemetry Log Appender for tracing crate

OpenTelemetry — An observability framework for cloud-native software.

This crate contains a Log Appender that bridges logs from the tracing crate to OpenTelemetry. Note that this is different from the existing tracing-opentelemetry project, which supports bridging traces and logs from tracing into OpenTelemetry traces.

Crates.io: opentelemetry-appender-tracing 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

~1.6–2.4MB
~43K SLoC