Module atomic_statistics

Expand description

Atomic Statistics System for High-Performance Monitoring

Provides lock-free statistics tracking using atomic operations to avoid RwLock overhead in high-throughput scenarios.

Structsยง

AtomicPatternStatistics
Atomic statistics for pattern matching
AtomicRoutingStatistics
Atomic statistics for message routing
PatternStatisticsSnapshot
Snapshot of pattern statistics
RoutingStatisticsSnapshot
Snapshot of routing statistics