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