viz-core 0.11.0

The core traits and types in for Viz
Documentation
1
2
3
4
5
6
//! Opentelemetry request tracking & metrics middleware.

#[cfg(feature = "otel-metrics")]
pub mod metrics;
#[cfg(feature = "otel-tracing")]
pub mod tracing;