pub fn exponential_bucket_interval( start_value: f64, end_value: f64, ) -> Option<Vec<f64>>
Construct the bucket interval exponentially starting from a value and an ending value.