Skip to main content

Module memory_metrics

Module memory_metrics 

Source
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§

LoggingBackend
Logging-based telemetry backend.
MemoryMetricsCollector
Memory metrics collector for pipeline execution.
MemorySnapshot
Memory usage snapshot at a point in time.
NoOpBackend
No-op telemetry backend for testing.

Traits§

TelemetryBackend
Pluggable backend for telemetry integration.