//! `kranz otel` sidecar — read-side event-to-span mapping.
//!
//! Everything here consumes `kranz_engine::events`/`kranz_engine::types`
//! read-side APIs only; no engine changes, no OTLP/network dependency in
//! this module. Transport (real OTLP export) is a later feature.
pub use ;
pub use ;
pub use run_otel;