Expand description
Storage / disk observability: free space on the recordings filesystem (via statvfs), the recordings footprint, and a projected retention horizon from the recent write rate.
Structs§
Functions§
- disk_
stats - Free/total bytes of the filesystem backing
path(statvfs). Returns None if it can’t be read. - disk_
stats_ async - Async wrapper: run the (potentially blocking on network filesystems) statvfs off the runtime.
- storage_
report - Compute a storage report combining disk stats with the recordings footprint and write rate.