Module tracking_dispatcher

Module tracking_dispatcher 

Source

Structs§

DispatcherConfig
Configuration for dispatcher behavior
DispatcherMetrics
Performance metrics for dispatcher operations
TrackerConfig
Configuration for individual tracker instances
TrackerStatistics
Statistics from individual tracker
TrackingDispatcher
Central dispatcher that routes tracking operations to appropriate implementations Maintains active tracking strategies and coordinates data collection

Enums§

TrackerError
Errors specific to tracker operations
TrackerType
Tracker type identifiers
TrackingOperation
Tracking operations that can be dispatched

Traits§

MemoryTracker
Unified memory tracker interface All tracking implementations must implement this trait for dispatcher compatibility