Skip to main content

Module persistence

Module persistence 

Source
Expand description

Persistence probe — tracks a roll-up of journal activity and provides an admin trait for listing persistence_ids + highest sequence numbers. Default impls are feature-gated so the telemetry crate works even when persistence is disabled.

Structs§

InMemoryJournalAdmin
Admin wrapper around atomr_persistence::InMemoryJournal. Feature-gated.
PersistenceProbe

Traits§

JournalAdmin
Admin surface journals can implement to expose their contents to the dashboard. Default methods return empty vectors so implementing it is opt-in per backend.