Module tracking_dispatcher
Source - 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
- TrackerError
- Errors specific to tracker operations
- TrackerType
- Tracker type identifiers
- TrackingOperation
- Tracking operations that can be dispatched
- MemoryTracker
- Unified memory tracker interface
All tracking implementations must implement this trait for dispatcher compatibility