pub fn record_storage_operation( provider: &'static str, operation: &'static str, duration: Duration, result: Result<(), &str>, )