klauthed-observability 0.7.0

Observability for klauthed: tracing spans, metrics, and OpenTelemetry wiring.
Documentation
1
2
3
4
5
6
7
8
9
10
//! OpenTelemetry OTLP trace export (feature `otel`).
//!
//! Builds an OTLP/HTTP span exporter, a batch tracer provider, and the
//! `tracing-opentelemetry` layer that feeds `tracing` spans into it. Also
//! installs the W3C TraceContext propagator so trace context flows across
//! service boundaries.

mod setup;

pub(crate) use setup::*;