Metric Bucket Options Exponential Buckets
data class MetricBucketOptionsExponentialBuckets(val growthFactor: Double, val numFiniteBuckets: Int, val scale: Double)
Constructors
Link copied to clipboard
fun MetricBucketOptionsExponentialBuckets(growthFactor: Double, numFiniteBuckets: Int, scale: Double)