Expand description
Production memory profiling and metrics.
This module provides lightweight memory usage tracking for production deployments. It enables detection of memory issues without requiring external profiling tools.
§Feature Flag
This module is only available when the monitoring feature is enabled.
Structs§
- Logging
Backend - Logging-based telemetry backend.
- Memory
Metrics Collector - Memory metrics collector for pipeline execution.
- Memory
Snapshot - Memory usage snapshot at a point in time.
- NoOp
Backend - No-op telemetry backend for testing.
Traits§
- Telemetry
Backend - Pluggable backend for telemetry integration.