Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.96 KB

File metadata and controls

28 lines (21 loc) · 1.96 KB

OpenTelemetry Log Appender for log crate

OpenTelemetry — An observability framework for cloud-native software.

This crate contains a Log Appender that bridges logs from the log crate to OpenTelemetry.

Crates.io: opentelemetry-appender-log 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.