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