12 lines
394 B
Rust
12 lines
394 B
Rust
//! Real-time monitoring and metrics collection system
|
|
//!
|
|
//! Provides comprehensive monitoring capabilities including:
|
|
//! - Real-time performance metrics collection
|
|
//! - Health monitoring and alerting
|
|
//! - Resource usage tracking
|
|
//! - Stream processing metrics
|
|
//! - Performance analytics and reporting
|
|
|
|
// Include the original implementation directly
|
|
include!("monitoring_original.rs");
|