MetricBucketOptionsExponentialBucketsArgs

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

Constructors

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

Functions

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

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.