MetricBucketOptionsLinearBuckets

data class MetricBucketOptionsLinearBuckets(val numFiniteBuckets: Int? = null, val offset: Double? = null, val width: Double? = null)

Constructors

Link copied to clipboard
constructor(numFiniteBuckets: Int? = null, offset: Double? = null, width: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val numFiniteBuckets: Int? = null

Must be greater than 0.

Link copied to clipboard
val offset: Double? = null

Lower bound of the first bucket.

Link copied to clipboard
val width: Double? = null

Must be greater than 0.