4 releases (breaking)

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

#799 in Debugging

Download history 5023/week @ 2024-01-25 5992/week @ 2024-02-01 6355/week @ 2024-02-08 6608/week @ 2024-02-15 7786/week @ 2024-02-22 6445/week @ 2024-02-29 7659/week @ 2024-03-07 7352/week @ 2024-03-14 6205/week @ 2024-03-21 5593/week @ 2024-03-28 7538/week @ 2024-04-04 7553/week @ 2024-04-11 9827/week @ 2024-04-18 8397/week @ 2024-04-25 11321/week @ 2024-05-02 6846/week @ 2024-05-09

38,135 downloads per month
Used in 16 crates (7 directly)

Apache-2.0

295KB
4.5K SLoC

OpenTelemetry — An observability framework for cloud-native software.

OpenTelemetry Log Appender for Tracing

A Log Appender that bridges logs from the tracing crate to OpenTelemetry logs. Note that this is different from the existing tracing-opentelemetry project, which supports bridging traces and logs from tracing into OpenTelemetry traces. This is an experimental component, and could be merged with the tracing-opentelemetry crate itself.

Crates.io: opentelemetry-appender-tracing Documentation LICENSE GitHub Actions CI 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. This crate provides additional propagators and exporters for sending telemetry data to vendors or using experimental propagators like base64.

Dependencies

~1.6–2.5MB
~44K SLoC