opentelemetry-appender-tracing

Crates.ioopentelemetry-appender-tracing
lib.rsopentelemetry-appender-tracing
version0.4.0
sourcesrc
created_at2023-07-29 21:22:04.549811
updated_at2024-07-15 17:18:16.550674
descriptionAn OpenTelemetry log appender for the tracing crate
homepagehttps://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-appender-tracing
repositoryhttps://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-appender-tracing
max_upload_size
id929514
size64,110
rust-maintainers (github:open-telemetry:rust-maintainers)

documentation

README

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.

Commit count: 1057

cargo fmt