aprender-viz 0.29.0

SIMD/GPU/WASM-accelerated visualization library for data science and ML
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Multi-system monitoring support.
//!
//! Provides TCP/TLS transport for distributed monitoring with MessagePack serialization.
//!
//! # Components
//!
//! - **Agent**: Runs on monitored nodes, collects metrics, sends to aggregator
//! - **Protocol**: MessagePack-based wire format with <10% overhead
//!
//! # Feature Flags
//!
//! - `monitor-remote`: Basic TCP transport
//! - `monitor-tls`: TLS encryption via rustls

// Placeholder - remote monitoring is under development