Skip to main content

Module telemetry

Module telemetry 

Source
Expand description

Telemetry system for VoiRS CLI

Provides privacy-focused usage tracking, performance monitoring, and error reporting. All telemetry is opt-in and respects user privacy with anonymization and local-first storage.

Re-exports§

pub use collector::TelemetryCollector;
pub use config::TelemetryConfig;
pub use config::TelemetryLevel;
pub use events::EventMetadata;
pub use events::EventType;
pub use events::TelemetryEvent;
pub use export::ExportFormat;
pub use export::TelemetryExporter;
pub use privacy::AnonymizationLevel;
pub use privacy::PrivacyControl;
pub use storage::TelemetryStorage;

Modules§

collector
Telemetry event collector
config
Telemetry configuration
events
Telemetry event definitions
export
Telemetry data export functionality
privacy
Privacy controls for telemetry system
storage
Telemetry storage system

Structs§

TelemetryStatistics
Telemetry statistics
TelemetrySystem
Telemetry system coordinator

Enums§

TelemetryError
Telemetry error types