Expand description
Session archive support for persisting and replaying debug sessions.
Structs§
- Archived
Session Summary - Summary of an archived session in storage.
- Session
Archive V1 - Legacy v1 archive header (libpetri 1.5.x–1.6.x).
- Session
Archive V2 - v2 archive header (libpetri 1.7.0+). Adds end time, tags, and pre-computed metadata so listing tools and samplers can filter/aggregate without scanning the event body.
- Session
Metadata - Pre-computed aggregate statistics attached to a v2 session archive header.
Enums§
- Session
Archive - Sealed archive header across all supported format versions.
Constants§
- CURRENT_
VERSION - Version written by default by
SessionArchiveWriter::write. - MIN_
SUPPORTED_ VERSION - Lowest version
SessionArchiveReadercan decode.
Traits§
- Session
Archive Storage - Storage backend interface for session archives.