#open-telemetry #tracing #log #logs

opentelemetry-appender-tracing2

An OpenTelemetry log appender for the tracing crate

1 unstable release

0.2.0 Jan 31, 2024

#791 in Debugging


Used in easy_init_newrelic_opente…

Apache-2.0

14KB
139 lines

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

~5.5–7MB
~131K SLoC