Skip to main content

Mountain/RPC/
Telemetry.rs

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;
7
8pub mod TelemetryService;
9
10pub mod TraceSpan;