//! Metrics collection and aggregation
//!//! This module provides comprehensive metrics collection for monitoring and observability.
#![allow(dead_code)]modbackground;modbounded;modcollector;modgetters;modhelpers;modsystem;modtypes;#[cfg(test)]modtests;// Re-export the main MetricsCollector struct
pubusecollector::MetricsCollector;