Skip to main content

DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/RPC/
Telemetry.rs

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;