Expand description
Metrics Storage Module
Persists training metrics to Parquet files using trueno-db.
Feature-gated behind monitor feature flag.
Structs§
- InMemory
Store - In-memory metrics store (always available, no feature flag)
- Json
File Store - JSON file-based metrics store
Enums§
- Storage
Error - Storage errors
Traits§
- Metrics
Store - Metrics storage backend trait
Type Aliases§
- Storage
Result - Result type for storage operations