Structsยง
- DayBucket
- Digest
- Logged
Event - Logger
- Background writer for
events.jsonl.logis fire-and-forget over an mpsc channel; the writer thread holdswrite_lockwhile appending soclear_logcan take the same lock to safely truncate without racing an in-flight write. - Suppression
Count
Enumsยง
Functionsยง
- append_
one ๐ - clear_
log - Remove
events.jsonl. Takes the shared writer lock so an in-flight append from theLoggerworker thread can finish first โ without it, the writer could re-create the file between ourremove_fileand the next event landing. - compute_
digest - export_
csv - guard_
str ๐ - kind_
str ๐ - outcome_
str ๐ - read_
all
Type Aliasesยง
- CsvFields ๐