Skip to main content

VolSurfaceSnapshotConfig

Type Alias VolSurfaceSnapshotConfig 

Source
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: i64

Retention cap per (underlying, interval) in persisted snapshots.

§capture_every_5m_ms: i64

Capture cadence for the 5m bucket writer.

§capture_every_1h_ms: i64

Capture cadence for the 1h bucket writer.

§capture_every_1d_ms: i64

Capture cadence for the 1d bucket writer.