u64_to_f64

Function u64_to_f64 

Source
fn u64_to_f64(value: u64) -> f64
Expand description

Converts u64 to f64 for metrics, capping at u32::MAX.