8 releases (breaking)

new 0.27.0 Nov 12, 2024
0.26.0 Oct 1, 2024
0.25.0 Sep 9, 2024
0.5.0 Jul 15, 2024
0.1.0 Jul 29, 2023

#5 in #logs

Download history 9858/week @ 2024-07-23 15524/week @ 2024-07-30 17374/week @ 2024-08-06 19077/week @ 2024-08-13 24380/week @ 2024-08-20 24788/week @ 2024-08-27 22625/week @ 2024-09-03 22822/week @ 2024-09-10 16325/week @ 2024-09-17 15273/week @ 2024-09-24 15330/week @ 2024-10-01 20234/week @ 2024-10-08 16770/week @ 2024-10-15 26762/week @ 2024-10-22 22153/week @ 2024-10-29 18508/week @ 2024-11-05

87,066 downloads per month
Used in 28 crates (14 directly)

Apache-2.0

290KB
4.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