pub fn record(
model: Option<&str>,
tokens_saved: u64,
bytes_original: u64,
bytes_compressed: u64,
)Expand description
Records one request’s request-side savings against its model bucket.
model is taken from the request body (None/empty buckets under
"unknown"). Recording never blocks request handling on poisoning.