Skip to main content

Module runtime_trace

Module runtime_trace 

Expand description

Compatibility shim for the doctor command’s log-reading utilities.

Structs§

LogFilter
LogPage
One page returned by load_page.
RuntimeTraceEvent
One row in the canonical log stream.

Functions§

find_event_by_id
Lookup a single event by id.
init_from_config
Initialize log persistence from the observability config.
load_events
Load a page of events. Replaces the old load_events shape with a thin wrapper around the new paginated reader. The legacy event_filter (single action match) and contains (substring) args map straight onto the new LogFilter fields.
resolve_trace_path
Resolve the configured log path (used by the doctor command).