Skip to main content

Module event_log

Module event_log 

Source
Expand description

Structured event logging for storage operations.

Provides a bounded, queryable event log that tracks storage operations such as block additions, deletions, compaction events, quota violations, and errors. Events are tagged with type, severity, and logical tick, enabling efficient filtering and diagnostics.

Structs§

EventLogStats
Aggregate statistics about the event log.
StorageEvent
A single storage event record.
StorageEventLog
A bounded, queryable log of StorageEvents.

Enums§

EventSeverity
Severity level of a storage event.
EventType
The kind of storage operation that generated an event.