MetricBucketOptionsExponentialBuckets

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val growthFactor: Double? = null

Must be greater than 1.

Link copied to clipboard
val numFiniteBuckets: Int? = null

Must be greater than 0.

Link copied to clipboard
val scale: Double? = null

Must be greater than 0.