MetricBucketOptionsExponentialBucketsArgs

data class MetricBucketOptionsExponentialBucketsArgs(val growthFactor: Output<Double>, val numFiniteBuckets: Output<Int>, val scale: Output<Double>) : ConvertibleToJava<MetricBucketOptionsExponentialBucketsArgs>

Constructors

constructor(growthFactor: Output<Double>, numFiniteBuckets: Output<Int>, scale: Output<Double>)

Properties

Link copied to clipboard
val growthFactor: Output<Double>

Must be greater than 1.

Link copied to clipboard
val numFiniteBuckets: Output<Int>

Must be greater than 0.

Link copied to clipboard
val scale: Output<Double>

Must be greater than 0.

Functions

Link copied to clipboard
open override fun toJava(): MetricBucketOptionsExponentialBucketsArgs