MetricBucketOptionsLinearBuckets

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Must be greater than 0.

Link copied to clipboard

Lower bound of the first bucket.

Link copied to clipboard

Must be greater than 0.