3 releases (breaking)

0.3.0 Feb 25, 2024
0.2.0 Nov 6, 2023
0.1.0 Jul 29, 2023

#785 in Debugging

Download history 2388/week @ 2023-12-23 2316/week @ 2023-12-30 3178/week @ 2024-01-06 2702/week @ 2024-01-13 3717/week @ 2024-01-20 5390/week @ 2024-01-27 5977/week @ 2024-02-03 6553/week @ 2024-02-10 6936/week @ 2024-02-17 7504/week @ 2024-02-24 6752/week @ 2024-03-02 7749/week @ 2024-03-09 6477/week @ 2024-03-16 5935/week @ 2024-03-23 7072/week @ 2024-03-30 5753/week @ 2024-04-06

26,417 downloads per month
Used in 16 crates (7 directly)

Apache-2.0

1MB
17K 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

~3–4.5MB
~85K SLoC