1//! OTEL telemetry RPC. `TelemetryService::Struct` is the impl handle; 2//! `TraceSpan::Struct` and `ServiceMetrics::Struct` are the wire DTOs. 3 4pub mod ServiceMetrics; 5 6pub mod TelemetryService; 7 8pub mod TraceSpan;