in read_stall_retry/metrics_collector.py [0:0]
def convert_bytes_to_mib(bytes: int) -> float: """Converts bytes to MiB.""" return bytes / (1024 ** 2)