Skip to main content

Module obslog

Module obslog 

Source
Expand description

ObservationLog — append-only, TTL-pruned time-series store (D-025).

The “log” half of Silk’s log/KG duality (SA-014). Stores raw observations (health checks, metrics, container status). Local-only — never syncs between instances. TTL-pruned — entries older than max_age_secs are deleted on truncate().

Backed by redb in a separate file from GraphStore.

Structs§

Observation
A single observation record.
ObservationLog
Append-only, TTL-pruned observation log backed by redb.

Enums§

ObsLogError