Expand description
Real-time analytics and monitoring for vector search operations
This module provides comprehensive monitoring, analytics, and performance insights for vector search systems including dashboards, alerts, and benchmarking.
§Module layout
crate::rta_engine: TheVectorAnalyticsEngine, core event types, alert types,AnalyticsReport, andSystemInfo.crate::rta_aggregators: Metrics collectors, performance monitors, query analyzers, alert managers, notification channels, dashboard data, and profiler.crate::rta_tests: Unit tests.
Re-exports§
pub use crate::rta_aggregators::*;pub use crate::rta_engine::*;