Function linera_base::prometheus_util::exponential_bucket_interval

source ยท
pub fn exponential_bucket_interval(
    start_value: f64,
    end_value: f64,
) -> Option<Vec<f64>>
Expand description

Construct the bucket interval exponentially starting from a value and an ending value.