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