Function linera_base::prometheus_util::linear_bucket_interval
source ยท pub fn linear_bucket_interval(
start_value: f64,
width: f64,
end_value: f64,
) -> Option<Vec<f64>>
Expand description
Construct the bucket interval linearly starting from a value and an ending value.