2 unstable releases
new 0.26.0 | Oct 23, 2024 |
---|---|
0.2.0 | Jan 31, 2024 |
#20 in #logs
34 downloads per month
Used in easy_init_newrelic_opente…
29KB
479 lines
OpenTelemetry Log Appender for tracing
crate
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.
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.
Dependencies
~6MB
~105K SLoC