// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
//! System monitoring for CPU, memory, and Azure VM metadata.
//!
//! This module provides process-wide singletons for:
//! - CPU and memory usage monitoring with historical snapshots
//! - Azure VM metadata from the Instance Metadata Service (IMDS)
pub use CpuMemoryMonitor;
pub use VmMetadataService;