MetricBucketOptionsExponentialBuckets

data class MetricBucketOptionsExponentialBuckets(val growthFactor: Double, val numFiniteBuckets: Int, val scale: Double)

Constructors

Link copied to clipboard
constructor(growthFactor: Double, numFiniteBuckets: Int, scale: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Must be greater than 1.

Link copied to clipboard

Must be greater than 0.

Link copied to clipboard

Must be greater than 0.