pub type VolSurfaceSnapshotConfig = VolSurfaceSnapshotTaskConfig;Expand description
Alias used by integrated.rs wiring.
Aliased Type§
pub struct VolSurfaceSnapshotConfig {
pub max_periods: i64,
pub capture_every_5m_ms: i64,
pub capture_every_1h_ms: i64,
pub capture_every_1d_ms: i64,
}Fields§
§max_periods: i64Retention cap per (underlying, interval) in persisted snapshots.
capture_every_5m_ms: i64Capture cadence for the 5m bucket writer.
capture_every_1h_ms: i64Capture cadence for the 1h bucket writer.
capture_every_1d_ms: i64Capture cadence for the 1d bucket writer.