/// A single metric data point (e.g., counter, gauge, or histogram value).
;
/// Collects and aggregates metrics from static file serving operations.
;
/// Aggregated metrics for a single request (latency, bytes served, cache status).
;
/// A timer that measures the duration of a static file request.
;